python.pkgs.gpg: rename to gpgme

Let's be honest with what we expose.
This commit is contained in:
Jörg Thalheim
2018-03-26 19:25:55 +01:00
parent a8403b64f8
commit 45e4dc0d5d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, isPy3k
, notmuch, urwid, urwidtrees, twisted, python_magic, configobj, pygpgme, mock, file, gpgme
, service-identity, gpg
, notmuch, urwid, urwidtrees, twisted, python_magic, configobj, mock, file, gpgme
, service-identity
, gnupg ? null, sphinx, awk ? null, procps ? null, future ? null
, withManpage ? false }:
@@ -36,7 +36,7 @@ buildPythonPackage rec {
configobj
service-identity
file
gpg
gpgme
];
# some twisted tests need the network (test_env_set... )