Loading pkgs/development/python-modules/renson-endura-delta/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/renson-endura-delta/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading