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 25f0dabf90
.
This commit is contained in:
parent
25f0dabf90
commit
5bdd7a59c0
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ 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 a new issue