Revert "python: pip: missing setuptools dependency"
Pip does *not* have a dependency on setuptools. Setuptools is needed to install a setuptools package. This reverts commit 25f0dabf90b26992a2c5aca7c51ac53f936bcbb7.
This commit is contained in:
parent
25f0dabf90
commit
5bdd7a59c0
@ -26,7 +26,6 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bootstrapped-pip ];
|
nativeBuildInputs = [ bootstrapped-pip ];
|
||||||
propagatedBuildInputs = [ setuptools ];
|
|
||||||
|
|
||||||
# pip detects that we already have bootstrapped_pip "installed", so we need
|
# pip detects that we already have bootstrapped_pip "installed", so we need
|
||||||
# to force it a little.
|
# to force it a little.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user