~ruther/guix-local

2de98febb32cc1b2816213c9056a90d6cf5730b0 — Christopher Allan Webber 10 years ago 0c3b90d
gnu: python-apipkg: Remove unzip dependency.

Unzip was never used for this package.

* gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
1 files changed, 0 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +0 -2
@@ 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")