guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/19: gnu: python-apipkg: Remove unzip dependency.


From: Christopher Allan Webber
Subject: 19/19: gnu: python-apipkg: Remove unzip dependency.
Date: Mon, 22 Feb 2016 03:01:48 +0000

cwebber pushed a commit to branch wip-mediagoblin
in repository guix.

commit 4633def6c91f5ee09f5dfb73c511ad2c9319f52b
Author: Christopher Allan Webber <address@hidden>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]