diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r-- | gnu/packages/python-crypto.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 3aa7327b0b..502a809d29 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -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") |