Merge pull request #71336 from edef1c/pypi2nix-setuptools

pypi2nix: add missing setuptools dependency
This commit is contained in:
worldofpeace 2019-10-18 19:57:13 +00:00 committed by GitHub
commit 81acba5df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
requests
];
buildInputs = [
pythonPackages.python pythonPackages.flake8
pythonPackages.python pythonPackages.flake8 pythonPackages.setuptools
zip makeWrapper nix.out nix-prefetch-git nix-prefetch-hg
];