python3Packages.rasterio: use non-Python gdal
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
|
||||
# build-system
|
||||
cython,
|
||||
gdal,
|
||||
numpy,
|
||||
setuptools,
|
||||
|
||||
# non-Python dependencies
|
||||
gdal-cpp,
|
||||
|
||||
# dependencies
|
||||
affine,
|
||||
attrs,
|
||||
@@ -53,11 +55,18 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [
|
||||
cython
|
||||
gdal
|
||||
numpy
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
gdal-cpp # for gdal-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gdal-cpp
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"click"
|
||||
];
|
||||
|
||||
@@ -15903,7 +15903,9 @@ self: super: with self; {
|
||||
|
||||
raspyrfm-client = callPackage ../development/python-modules/raspyrfm-client { };
|
||||
|
||||
rasterio = callPackage ../development/python-modules/rasterio { };
|
||||
rasterio = callPackage ../development/python-modules/rasterio {
|
||||
gdal-cpp = pkgs.gdal;
|
||||
};
|
||||
|
||||
ratarmount = callPackage ../development/python-modules/ratarmount { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user