gnu: Remove python2-rfc3987.

* gnu/packages/python-xyz.scm (python2-rfc3987): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:11:53 -04:00
parent 85af3513d7
commit b684e7c827
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20162,9 +20162,6 @@ (define-public python-rfc3987
validation of URIs (see RFC 3986) and IRIs (see RFC 3987).")
(license license:gpl3+)))
(define-public python2-rfc3987
(package-with-python2 python-rfc3987))
;; The latest commit contains fixes for building with both python3 and python2.
(define-public python-rfc6555
(let ((commit "1a181b432312731f6742a5eb558dae4761d32361")