Merge pull request #248773 from tjni/shapely
python3.pkgs.shapely: add missing build dependencies
This commit is contained in:
commit
37f06a268a
1 changed files with 4 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue