gnu: Remove python2-pygpgme.

* gnu/packages/gnupg.scm (python2-pygpgme): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:34:29 -04:00
parent 14129029e2
commit 9d3c37b2c9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -567,9 +567,6 @@ (define-public python-pygpgme
decrypt messages using the OpenPGP format by making use of GPGME.")
(license license:lgpl2.1+)))
(define-public python2-pygpgme
(package-with-python2 python-pygpgme))
(define-public python-gnupg
(package
(name "python-gnupg")