gnu: python-apipkg: Remove unzip dependency.

Unzip was never used for this package.

* gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
This commit is contained in:
Christopher Allan Webber 2016-02-21 18:51:51 -08:00
parent 0c3b90d478
commit 2de98febb3

View file

@ -6910,8 +6910,6 @@ (define-public python-apipkg
(base32
"1iks5701qnp3dlr3q1d9qm68y2plp2m029irhpz92a44psfkjf1f"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)))
(propagated-inputs
`(("python-pytest" ,python-pytest)))
(synopsis "Namespace control and lazy-import mechanism")