Loading pkgs/development/python-modules/flake8-future-import/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ isPy38, isPy39, pythonAtLeast, setuptools, flake8, six, python, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "flake8-future-import"; version = "0.4.7"; format = "setuptools"; pyproject = true; # PyPI tarball doesn't include the test suite src = fetchFromGitHub { Loading @@ -36,10 +37,12 @@ buildPythonPackage rec { postPatch = '' substituteInPlace "test_flake8_future_import.py" \ --replace "'flake8'" "'${lib.getExe flake8}'" --replace-fail "'flake8'" "'${lib.getExe flake8}'" ''; propagatedBuildInputs = [ flake8 ]; build-system = [ setuptools ]; dependencies = [ flake8 ]; nativeCheckInputs = [ six ]; Loading Loading
pkgs/development/python-modules/flake8-future-import/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ isPy38, isPy39, pythonAtLeast, setuptools, flake8, six, python, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "flake8-future-import"; version = "0.4.7"; format = "setuptools"; pyproject = true; # PyPI tarball doesn't include the test suite src = fetchFromGitHub { Loading @@ -36,10 +37,12 @@ buildPythonPackage rec { postPatch = '' substituteInPlace "test_flake8_future_import.py" \ --replace "'flake8'" "'${lib.getExe flake8}'" --replace-fail "'flake8'" "'${lib.getExe flake8}'" ''; propagatedBuildInputs = [ flake8 ]; build-system = [ setuptools ]; dependencies = [ flake8 ]; nativeCheckInputs = [ six ]; Loading