summaryrefslogtreecommitdiff
path: root/graphics/py-cartopy/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-cartopy/files/patch-pyproject.toml')
-rw-r--r--graphics/py-cartopy/files/patch-pyproject.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/py-cartopy/files/patch-pyproject.toml b/graphics/py-cartopy/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6bd998ddad34
--- /dev/null
+++ b/graphics/py-cartopy/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2023-08-05 00:47:19 UTC
++++ pyproject.toml
+@@ -3,13 +3,13 @@ requires = [
+ "wheel",
+ "setuptools >= 40.6.0",
+ "Cython >= 0.29.24",
+- "oldest-supported-numpy",
+- "setuptools_scm >= 7.0.0",
++ "numpy",
++ "setuptools_scm >= 6.0.0",
+ ]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+-name = "Cartopy"
++name = "cartopy"
+ authors = [
+ {name = "UK Met Office"},
+ ]