Merge pull request #248773 from tjni/shapely

python3.pkgs.shapely: add missing build dependencies
This commit is contained in:
Theodore Ni 2023-08-16 23:51:54 -07:00 committed by GitHub
commit 37f06a268a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,9 @@
, fetchPypi
, cython
, geos
, oldest-supported-numpy
, setuptools
, wheel
, numpy
, pytestCheckHook
}:
@ -25,7 +27,9 @@ buildPythonPackage rec {
nativeBuildInputs = [
cython
geos # for geos-config
oldest-supported-numpy
setuptools
wheel
];
buildInputs = [