File: freethreading_compatible.patch

package info (click to toggle)
python-pyproj 3.7.2-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,728 kB
  • sloc: python: 13,453; sh: 273; makefile: 90
file content (14 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix FTBFS due to: "ValueError: got unknown compiler directive: freethreading_compatible"
Author: Bas Couwenberg <sebastic@debian.org>
Bug: https://github.com/pyproj4/pyproj/discussions/1518

--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,6 @@ def get_cythonize_options():
             "c_string_type": "str",
             "c_string_encoding": "utf-8",
             "embedsignature": True,
-            "freethreading_compatible": True,
         },
     }
     if os.environ.get("PYPROJ_FULL_COVERAGE"):