diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:34:26 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:29 -0400 |
commit | 14129029e26bbe18e6a63311447575e81e0e451f (patch) | |
tree | c5da4965d397fde71db6d26b969140f632d9623c | |
parent | b7da08a4f9920f6aa703c9727b74644c4268763b (diff) |
gnu: Remove python2-gpg.
* gnu/packages/gnupg.scm (python2-gpg): Delete variable.
-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 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") |