gnu: certbot: Remove unused dependency.
This dependency was removed in certbot@0.10.0:
d54cb76432
* gnu/packages/tls.scm (certbot)[propagated-inputs]: Remove
python2-pythondialog.
This commit is contained in:
parent
57fe07dbc0
commit
012863081d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue