diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:34:29 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:29 -0400 |
commit | 9d3c37b2c98093fd6c6c1fc0f8e698b6850c49ef (patch) | |
tree | 0802e5694df6f1d194d871c28216ad7654f543de /gnu/packages/gnupg.scm | |
parent | 14129029e26bbe18e6a63311447575e81e0e451f (diff) | |
download | guix-9d3c37b2c98093fd6c6c1fc0f8e698b6850c49ef.tar guix-9d3c37b2c98093fd6c6c1fc0f8e698b6850c49ef.tar.gz |
gnu: Remove python2-pygpgme.
* gnu/packages/gnupg.scm (python2-pygpgme): Delete variable.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 58a5c44318..02a7c8d942 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -567,9 +567,6 @@ distributed separately.") 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") |