gnu: python-txtorcon: Remove unused input.

* gnu/packages/python-crypto.scm (python-txtorcon)[propagated-inputs]: Remove
PYTHON-IPADDRESS.
This commit is contained in:
Marius Bakke 2020-07-13 23:43:11 +02:00
parent 34fa5c0532
commit 3ad866c8e4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1197,7 +1197,6 @@ (define-public python-txtorcon
`(("python-automat" ,python-automat)
("python-idna" ,python-idna)
("python-incremental" ,python-incremental)
("python-ipaddress" ,python-ipaddress)
("python-service-identity" ,python-service-identity)
("python-twisted" ,python-twisted)
("python-zope-interface" ,python-zope-interface)))