Revert "added unzip to buildPythonPackage's buildInputs - used quite often"
This reverts commit f067ecb4911f154fe2c64434abdc5a8b79625f5a. svn path=/nixpkgs/branches/stdenv-updates/; revision=32644
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
(http://pypi.python.org/pypi/setuptools/), which represents a large
|
||||
number of Python packages nowadays. */
|
||||
|
||||
{ python, setuptools, wrapPython, lib, site, offlineDistutils, unzip }:
|
||||
{ python, setuptools, wrapPython, lib, site, offlineDistutils }:
|
||||
|
||||
{ name, namePrefix ? "python-"
|
||||
|
||||
@@ -71,7 +71,7 @@ python.stdenv.mkDerivation (attrs // {
|
||||
|
||||
name = namePrefix + name;
|
||||
|
||||
buildInputs = [ python wrapPython setuptools unzip ] ++ buildInputs ++ pythonPath;
|
||||
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
|
||||
|
||||
preConfigure = ''
|
||||
# do not allow distutils to make downloads, whatever install command is used
|
||||
|
||||
Reference in New Issue
Block a user