Unverified Commit ff617950 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.renson-endura-delta: refactor (#352731)

parents c9b44ac6 5e9e432e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,12 +25,12 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace setup.py \
      --replace "'pytest-runner'" ""
      --replace-fail "'pytest-runner'" ""
  '';

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [ requests ];
  dependencies = [ requests ];

  nativeCheckInputs = [
    pytestCheckHook