gnu: python-idna: Remove 2.7.

* gnu/packages/python-xyz.scm (python-idna-2.7): Remove variable.
This commit is contained in:
Marius Bakke 2022-02-02 14:54:13 +01:00
parent 97d97d7da1
commit 906b4609d8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -12055,17 +12055,6 @@ (define-public python-idna
specification.")
(license license:bsd-4)))
(define-public python-idna-2.7
(package (inherit python-idna)
(version "2.7")
(source (origin
(method url-fetch)
(uri (pypi-uri "idna" version))
(sha256
(base32
"05jam7d31767dr12x0rbvvs8lxnpb1mhdb2zdlfxgh83z6k3hjk8"))))))
(define-public python2-idna
(package-with-python2 python-idna))