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

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
];