summaryrefslogtreecommitdiff
path: root/graphics/py-pygeos/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-pygeos/files/patch-pyproject.toml')
-rw-r--r--graphics/py-pygeos/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-pygeos/files/patch-pyproject.toml b/graphics/py-pygeos/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6d27f6fc0b84
--- /dev/null
+++ b/graphics/py-pygeos/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2022-12-12 08:21:17 UTC
++++ pyproject.toml
+@@ -2,7 +2,7 @@
+ # numpy and Cython are required to execute setup.py to build Cython extensions
+ requires = [
+ "Cython~=0.29",
+- "oldest-supported-numpy",
++ "numpy",
+ "setuptools>=61.0.0",
+ ]
+ build-backend = "setuptools.build_meta"