Unverified Commit 37f06a26 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #248773 from tjni/shapely

python3.pkgs.shapely: add missing build dependencies
parents 0a9ed082 c6aca926
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 = [