python3Packages.rasterio: drop gdal_2 pin
Fixes osmnx build, that previously introduced two gdal versions.
This commit is contained in:
parent
3c0752dbe0
commit
8afa8e93b4
@ -8391,9 +8391,7 @@ in {
|
||||
inherit (pkgs) libarchive;
|
||||
};
|
||||
|
||||
rasterio = callPackage ../development/python-modules/rasterio {
|
||||
gdal = pkgs.gdal_2;
|
||||
};
|
||||
rasterio = callPackage ../development/python-modules/rasterio { };
|
||||
|
||||
ratelim = callPackage ../development/python-modules/ratelim { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user