Skip to content

Commit

Permalink
python.pkgs.rasterio: fix build
Browse files Browse the repository at this point in the history
fallout of #54182

(cherry picked from commit f704bee)
  • Loading branch information
Robert Schütz committed Mar 15, 2019
1 parent 3f864c0 commit 419503e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/rasterio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 419503e

Please sign in to comment.