python.pkgs.rasterio: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
This commit is contained in:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user