diff options
Diffstat (limited to 'graphics/py-pyproj/files/patch-pyproject.toml')
-rw-r--r-- | graphics/py-pyproj/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/py-pyproj/files/patch-pyproject.toml b/graphics/py-pyproj/files/patch-pyproject.toml new file mode 100644 index 000000000000..bc8234c8e07d --- /dev/null +++ b/graphics/py-pyproj/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2023-09-22 06:56:11 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=61.0.0", "wheel", "cython>=3"] ++requires = ["setuptools>=61.0.0", "wheel", "cython>=0.28.4"] + build-backend = "setuptools.build_meta" + + [project] |