3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.google_gax: remove deprecated package

See https://github.com/googleapis/gax-python#deprecated.
This commit is contained in:
Robert Schütz 2018-07-02 16:28:16 +02:00
parent f579357873
commit 6a8f7e40d7

View file

@ -6247,8 +6247,6 @@ in {
google_cloud_speech = callPackage ../development/python-modules/google_cloud_speech { };
google_gax = callPackage ../development/python-modules/google_gax { };
gpgme = toPythonModule (pkgs.gpgme.override { withPython=true; });
grammalecte = callPackage ../development/python-modules/grammalecte { };