[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: python-apipkg: Remove unzip dependency.
From: |
Christopher Allan Webber |
Subject: |
18/19: gnu: python-apipkg: Remove unzip dependency. |
Date: |
Mon, 22 Feb 2016 03:02:37 +0000 |
cwebber pushed a commit to branch wip-mediagoblin
in repository guix.
commit 2de98febb32cc1b2816213c9056a90d6cf5730b0
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 46d434c..740126f 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")
- 06/19: gnu: Add python-waitress., (continued)
- 06/19: gnu: Add python-waitress., Christopher Allan Webber, 2016/02/21
- 10/19: gnu: Add python-webtest., Christopher Allan Webber, 2016/02/21
- 14/19: gnu: Add python-billiard., Christopher Allan Webber, 2016/02/21
- 16/19: gnu: Add python-translitcodec., Christopher Allan Webber, 2016/02/21
- 15/19: gnu: Add python-celery., Christopher Allan Webber, 2016/02/21
- 19/19: gnu: Add mediagoblin., Christopher Allan Webber, 2016/02/21
- 13/19: gnu: Add python-kombu., Christopher Allan Webber, 2016/02/21
- 12/19: gnu: Add python-amqp., Christopher Allan Webber, 2016/02/21
- 11/19: gnu: Add python-anyjson., Christopher Allan Webber, 2016/02/21
- 17/19: gnu: Add python-editor., Christopher Allan Webber, 2016/02/21
- 18/19: gnu: python-apipkg: Remove unzip dependency.,
Christopher Allan Webber <=