python.pkgs.rasterio: fix build

fallout of https://github.com/NixOS/nixpkgs/pull/54182
This commit is contained in:
Robert Schütz 2019-03-15 17:24:39 +01:00
parent 1bec0ba530
commit f704bee09b

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
};
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ];
buildInputs = [ cython ];
nativeBuildInputs = [ cython gdal ];
propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs ];
meta = with lib; {