diff --git a/pkgs/development/python-modules/pip/default.nix b/pkgs/development/python-modules/pip/default.nix index fe45a2fad4d..e1af281b9e9 100644 --- a/pkgs/development/python-modules/pip/default.nix +++ b/pkgs/development/python-modules/pip/default.nix @@ -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.