python.pkgs.gpg: rename to gpgme
Let's be honest with what we expose.
This commit is contained in:
parent
a8403b64f8
commit
45e4dc0d5d
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, isPy3k
|
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, isPy3k
|
||||||
, notmuch, urwid, urwidtrees, twisted, python_magic, configobj, pygpgme, mock, file, gpgme
|
, notmuch, urwid, urwidtrees, twisted, python_magic, configobj, mock, file, gpgme
|
||||||
, service-identity, gpg
|
, service-identity
|
||||||
, gnupg ? null, sphinx, awk ? null, procps ? null, future ? null
|
, gnupg ? null, sphinx, awk ? null, procps ? null, future ? null
|
||||||
, withManpage ? false }:
|
, withManpage ? false }:
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||||
configobj
|
configobj
|
||||||
service-identity
|
service-identity
|
||||||
file
|
file
|
||||||
gpg
|
gpgme
|
||||||
];
|
];
|
||||||
|
|
||||||
# some twisted tests need the network (test_env_set... )
|
# some twisted tests need the network (test_env_set... )
|
||||||
|
|
|
@ -8173,7 +8173,7 @@ in {
|
||||||
|
|
||||||
google_gax = callPackage ../development/python-modules/google_gax { };
|
google_gax = callPackage ../development/python-modules/google_gax { };
|
||||||
|
|
||||||
gpg = toPythonModule (pkgs.gpgme.override { withPython=true; });
|
gpgme = toPythonModule (pkgs.gpgme.override { withPython=true; });
|
||||||
|
|
||||||
grammalecte = callPackage ../development/python-modules/grammalecte { };
|
grammalecte = callPackage ../development/python-modules/grammalecte { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue