diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-13 23:43:11 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-14 21:41:38 +0200 |
commit | 3ad866c8e445e82c12a64a1f7aebf7ac7dafd8b4 (patch) | |
tree | ac056e399dd3875e2bbcf417cafd90e575f56faa /gnu | |
parent | 34fa5c053211d3629196fb6b0bdcf4748f23079e (diff) | |
download | guix-3ad866c8e445e82c12a64a1f7aebf7ac7dafd8b4.tar.gz guix-3ad866c8e445e82c12a64a1f7aebf7ac7dafd8b4.zip |
gnu: python-txtorcon: Remove unused input.
* gnu/packages/python-crypto.scm (python-txtorcon)[propagated-inputs]: Remove
PYTHON-IPADDRESS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-crypto.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index aed7dfc943..ff67ddddf1 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1197,7 +1197,6 @@ Password-Authenticated Key Exchange algorithm.") `(("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))) |