ports/geo/py-shapely/patches/patch-pyproject_toml

13 lines
227 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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",
]