cwebber pushed a commit to branch wip-mediagoblin in repository guix. commit 4633def6c91f5ee09f5dfb73c511ad2c9319f52b Author: Christopher Allan Webber <cweb...@dustycloud.org> Date: Sun Feb 21 18:51:51 2016 -0800
gnu: python-apipkg: Remove unzip dependency. Unzip was never used for this package. * gnu/packages/python.scm (python-apipkg): Remove unzip dependency. --- 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 7348667..97f7d9f 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")