diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-21 18:51:51 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-21 19:02:26 -0800 |
commit | 2de98febb32cc1b2816213c9056a90d6cf5730b0 (patch) | |
tree | 188f3ee2b766880ab8118d5f2b0b46964c8d6493 /gnu/packages | |
parent | 0c3b90d47812123cd7d2c7c6129719cfa414481a (diff) | |
download | guix-2de98febb32cc1b2816213c9056a90d6cf5730b0.tar guix-2de98febb32cc1b2816213c9056a90d6cf5730b0.tar.gz |
gnu: python-apipkg: Remove unzip dependency.
Unzip was never used for this package.
* gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 46d434c363..740126f99a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6910,8 +6910,6 @@ applications.") (base32 "1iks5701qnp3dlr3q1d9qm68y2plp2m029irhpz92a44psfkjf1f")))) (build-system python-build-system) - (native-inputs - `(("unzip" ,unzip))) (propagated-inputs `(("python-pytest" ,python-pytest))) (synopsis "Namespace control and lazy-import mechanism") |