Merge pull request #100989 from risicle/ris-turion-cassandra-driver

This commit is contained in:
Sandro
2021-01-31 21:21:13 +01:00
committed by GitHub
4 changed files with 149 additions and 16 deletions

View File

@@ -2526,6 +2526,8 @@ in {
geojson-client = callPackage ../development/python-modules/geojson-client { };
geomet = callPackage ../development/python-modules/geomet { };
geopandas = callPackage ../development/python-modules/geopandas { };
geopy = if isPy3k then
@@ -2793,6 +2795,8 @@ in {
grequests = callPackage ../development/python-modules/grequests { };
gremlinpython = callPackage ../development/python-modules/gremlinpython { };
grib-api = disabledIf (!isPy27) (toPythonModule (pkgs.grib-api.override {
enablePython = true;
pythonPackages = self;