Commit f55375f5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pywaze: refactor

parent a4ba75ff
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
buildPythonPackage rec {
  pname = "pywaze";
  version = "1.0.1";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.8";

@@ -25,14 +25,14 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace "--cov --cov-report term-missing --cov=src/pywaze " ""
      --replace-fail "--cov --cov-report term-missing --cov=src/pywaze " ""
  '';

  nativeBuildInputs = [
  build-system = [
    hatchling
  ];

  propagatedBuildInputs = [
  dependencies = [
    httpx
  ];