python: pip: missing setuptools dependency
pip commands that deal with source distributions require setuptools. This change unbreaks those commands.
This commit is contained in:
parent
4f1572195c
commit
25f0dabf90
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue