diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-03 15:06:41 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-12 17:03:51 -0400 |
commit | 012863081d44a916b8d0403701f364c5aa141117 (patch) | |
tree | 635c9bda5867e95c4e794ef2e78ff2afb2de2c3e | |
parent | 57fe07dbc009a2f619ed80a2c559b71015f37c63 (diff) | |
download | patches-012863081d44a916b8d0403701f364c5aa141117.tar patches-012863081d44a916b8d0403701f364c5aa141117.tar.gz |
gnu: certbot: Remove unused dependency.
This dependency was removed in certbot@0.10.0:
https://github.com/certbot/certbot/commit/d54cb76432a2eff43cc9cc3c1cc4d9136eac2221
* gnu/packages/tls.scm (certbot)[propagated-inputs]: Remove
python2-pythondialog.
-rw-r--r-- | gnu/packages/tls.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 483cfca22d..1c99a3ad75 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -565,7 +565,6 @@ security, and applying best practice development processes.") (propagated-inputs `(("python2-acme" ,python2-acme) ("python2-zope-interface" ,python2-zope-interface) - ("python2-pythondialog" ,python2-pythondialog) ("python2-pyrfc3339" ,python2-pyrfc3339) ("python2-pyopenssl" ,python2-pyopenssl) ("python2-configobj" ,python2-configobj) |