[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-acme: Remove unused dependencies.
From: |
Leo Famulari |
Subject: |
01/02: gnu: python-acme: Remove unused dependencies. |
Date: |
Wed, 12 Apr 2017 17:03:59 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 57fe07dbc009a2f619ed80a2c559b71015f37c63
Author: Leo Famulari <address@hidden>
Date: Fri Feb 3 15:05:44 2017 +0100
gnu: python-acme: Remove unused dependencies.
Removed in address@hidden and 0.4.1, respectively:
https://github.com/certbot/certbot/commit/edbb3a73c6085219bef0cbf008bd1c82088bfcf6
https://github.com/certbot/certbot/commit/df383ee6e408f3be4bc3beb59aa33abc8e90f268
* gnu/packages/tls.scm (python-acme, python2-acme)[propagated-inputs]:
Remove python-ndg-httpsclient and python-werkzeug.
---
gnu/packages/tls.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index faa4fcc..483cfca 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -509,9 +509,7 @@ security, and applying best practice development
processes.")
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
("texinfo" ,texinfo)))
(propagated-inputs
- `(("python-ndg-httpsclient" ,python-ndg-httpsclient)
- ("python-werkzeug" ,python-werkzeug)
- ("python-six" ,python-six)
+ `(("python-six" ,python-six)
("python-requests" ,python-requests)
("python-pytz" ,python-pytz)
("python-pyrfc3339" ,python-pyrfc3339)