summaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:34:26 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:29 -0400
commit14129029e26bbe18e6a63311447575e81e0e451f (patch)
treec5da4965d397fde71db6d26b969140f632d9623c /gnu/packages/gnupg.scm
parentb7da08a4f9920f6aa703c9727b74644c4268763b (diff)
downloadguix-patches-14129029e26bbe18e6a63311447575e81e0e451f.tar
guix-patches-14129029e26bbe18e6a63311447575e81e0e451f.tar.gz
gnu: Remove python2-gpg.
* gnu/packages/gnupg.scm (python2-gpg): Delete variable.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r--gnu/packages/gnupg.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index cde7427d07..58a5c44318 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -532,9 +532,6 @@ cryptographic library. It is developed in the GPGME source code, and then
distributed separately.")
(license license:lgpl2.1+)))
-(define-public python2-gpg
- (package-with-python2 python-gpg))
-
(define-public python-pygpgme
(package
(name "python-pygpgme")