gnu: Remove python2-service-identity.

* gnu/packages/python-crypto.scm (python2-service-identity): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:37:14 -04:00
parent 592428a10d
commit 8ec7e1de69
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1320,9 +1320,6 @@ (define-public python-service-identity
relevant RFCs too.") relevant RFCs too.")
(license license:expat))) (license license:expat)))
(define-public python2-service-identity
(package-with-python2 python-service-identity))
(define-public python-hkdf (define-public python-hkdf
(package (package
(name "python-hkdf") (name "python-hkdf")