gnu: Remove python2-pycryptodome.

* gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:38:12 -04:00
parent 56cfb65eb5
commit 385fa1a3ed
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1010,9 +1010,6 @@ (define-public python-pycryptodome
(license (list license:bsd-2
license:public-domain)))) ; code inherited from PyCrypto
(define-public python2-pycryptodome
(package-with-python2 python-pycryptodome))
(define-public python-pycryptodomex
(package (inherit python-pycryptodome)
(name "python-pycryptodomex")