1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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
-3
View File
@@ -1010,9 +1010,6 @@ PyCryptodome variants, the other being python-pycryptodomex.")
(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")