Skip to content

Commit

Permalink
pypi2nix: add missing setuptools dependency
Browse files Browse the repository at this point in the history
Broken by f7e28bf, which removed
setuptools from the default propagatedBuildInputs of Python packages.
  • Loading branch information
edef1c committed Oct 18, 2019
1 parent f702ae1 commit 23fd70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/pypi2nix/default.nix
Expand Up @@ -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
];

Expand Down

0 comments on commit 23fd70d

Please sign in to comment.