Unverified Commit c6aca926 authored by Theodore Ni's avatar Theodore Ni
Browse files

python3.pkgs.shapely: add missing build dependencies

parent 7ac0e3ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = [