python.pkgs.rasterio: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
This commit is contained in:
parent
1bec0ba530
commit
f704bee09b
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ];
|
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ];
|
||||||
buildInputs = [ cython ];
|
nativeBuildInputs = [ cython gdal ];
|
||||||
propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs ];
|
propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user