python: pip: missing setuptools dependency

pip commands that deal with source distributions require setuptools.
This change unbreaks those commands.
This commit is contained in:
Jon Banafato 2019-11-29 12:01:02 -05:00 committed by Jon
parent 4f1572195c
commit 25f0dabf90

View file

@ -26,6 +26,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ bootstrapped-pip ];
propagatedBuildInputs = [ setuptools ];
# pip detects that we already have bootstrapped_pip "installed", so we need
# to force it a little.