python3Packages.gcsfs: init at 2021.04.0

This commit is contained in:
Noah D. Brenowitz
2021-04-22 23:49:04 -07:00
parent ae4c837636
commit e195c22779
2 changed files with 39 additions and 0 deletions
+2
View File
@@ -2660,6 +2660,8 @@ in {
gcovr = callPackage ../development/python-modules/gcovr { };
gcsfs = callPackage ../development/python-modules/gcsfs { };
gdal = toPythonModule (pkgs.gdal.override { pythonPackages = self; });
gdata = callPackage ../development/python-modules/gdata { };