Files
macports-ports/python/py-jq/files/patch-pyproject.toml.diff
Marius Schamschula c1340c3d1c py-jq 1.11.0: new port
2026-06-27 19:33:34 -05:00

11 lines
206 B
Diff

--- pyproject.toml.orig 2026-01-16 05:01:40
+++ pyproject.toml 2026-06-27 19:27:09
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "cython==3.2.3",
+ "cython",
"setuptools>=43",
"wheel",
]