python310Packages.rasterio: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-24 22:34:32 -07:00 committed by Yt
parent d820bbdded
commit f691c7e2e7

View file

@ -15,6 +15,7 @@
, matplotlib
, ipython
, numpy
, oldest-supported-numpy
, packaging
, pytest-randomly
, pytestCheckHook
@ -22,6 +23,7 @@
, setuptools
, shapely
, snuggs
, wheel
}:
buildPythonPackage rec {
@ -41,6 +43,10 @@ buildPythonPackage rec {
nativeBuildInputs = [
cython
gdal
numpy
oldest-supported-numpy
setuptools
wheel
];
propagatedBuildInputs = [