gnu: Remove python2-pyasn1.

* gnu/packages/python-xyz.scm (python2-pyasn1): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:14:13 -04:00
parent b1f059ddf6
commit a53d1098dc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12442,9 +12442,6 @@ (define-public python-pyasn1
suitable for a wide range of protocols based on the ASN.1 specification.")
(license license:bsd-2)))
(define-public python2-pyasn1
(package-with-python2 python-pyasn1))
(define-public python-pyasn1-modules
(package
(name "python-pyasn1-modules")