summaryrefslogtreecommitdiff
path: root/geography/py-proj/patches/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'geography/py-proj/patches/patch-setup.py')
-rw-r--r--geography/py-proj/patches/patch-setup.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/geography/py-proj/patches/patch-setup.py b/geography/py-proj/patches/patch-setup.py
new file mode 100644
index 00000000000..34709054c1b
--- /dev/null
+++ b/geography/py-proj/patches/patch-setup.py
@@ -0,0 +1,14 @@
+$NetBSD: patch-setup.py,v 1.1 2022/01/27 08:24:51 wiz Exp $
+
+Force running cythonize, to fix build with python 3.10.
+
+--- setup.py.orig 2020-05-04 02:03:06.000000000 +0000
++++ setup.py
+@@ -168,6 +168,7 @@ def get_extension_modules():
+ Extension("pyproj._list", ["pyproj/_list.pyx"], **ext_options),
+ ],
+ quiet=True,
++ force=True,
+ **get_cythonize_options()
+ )
+