pythonPackages.google_resumeable_media: init at 0.3.1

This commit is contained in:
Chris Ostrouchov
2018-11-02 13:58:45 -04:00
parent 80f5d78852
commit f5af8bf5f1
2 changed files with 36 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ in {
astropy = callPackage ../development/python-modules/astropy { };
astroquery = callPackage ../development/python-modules/astroquery { };
astroquery = callPackage ../development/python-modules/astroquery { };
atom = callPackage ../development/python-modules/atom { };
@@ -2444,10 +2444,9 @@ in {
google_cloud_speech = callPackage ../development/python-modules/google_cloud_speech { };
gpgme = toPythonModule (pkgs.gpgme.override {
pythonSupport = true;
inherit (self) python;
});
google_resumable_media = callPackage ../development/python-modules/google_resumable_media { };
gpgme = toPythonModule (pkgs.gpgme.override { pythonSupport=true; });
gphoto2 = callPackage ../development/python-modules/gphoto2 {
inherit (pkgs) pkgconfig;