geo/py-shapely: add forgotten patch to fix build, reported by tb@

This commit is contained in:
landry 2022-09-12 05:58:59 +00:00
parent 862219b277
commit b72074583d

View File

@ -0,0 +1,12 @@
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
"Cython>=0.29.24,<3",
- "oldest-supported-numpy",
- "setuptools<64",
+ "numpy",
+ "setuptools",
]