Merge pull request #71336 from edef1c/pypi2nix-setuptools
pypi2nix: add missing setuptools dependency
This commit is contained in:
commit
81acba5df7
|
@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pythonPackages.python pythonPackages.flake8
|
pythonPackages.python pythonPackages.flake8 pythonPackages.setuptools
|
||||||
zip makeWrapper nix.out nix-prefetch-git nix-prefetch-hg
|
zip makeWrapper nix.out nix-prefetch-git nix-prefetch-hg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue