You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
13 lines
472 B
Diff
13 lines
472 B
Diff
--- pyproject.toml.orig
|
|
+++ pyproject.toml
|
|
@@ -7,8 +7,7 @@ requires = [
|
|
# Workaround based on this commit:
|
|
# https://github.com/harfbuzz/uharfbuzz/commit/9b607bd06fb17fcb4abe3eab5c4f342ad08309d7
|
|
"setuptools>=64,<72.2.0; platform_python_implementation == 'PyPy'",
|
|
- "setuptools>=64; platform_python_implementation != 'PyPy'",
|
|
- "cmake>=3.18"
|
|
+ "setuptools>=64; platform_python_implementation != 'PyPy'"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|