Skip to content

Commit

Permalink
python310Packages.rasterio: add missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored and Yt committed Aug 25, 2023
1 parent d820bbd commit f691c7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/rasterio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
, matplotlib
, ipython
, numpy
, oldest-supported-numpy
, packaging
, pytest-randomly
, pytestCheckHook
, pythonOlder
, setuptools
, shapely
, snuggs
, wheel
}:

buildPythonPackage rec {
Expand All @@ -41,6 +43,10 @@ buildPythonPackage rec {
nativeBuildInputs = [
cython
gdal
numpy
oldest-supported-numpy
setuptools
wheel
];

propagatedBuildInputs = [
Expand Down

0 comments on commit f691c7e

Please sign in to comment.