You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
255 B
Diff
13 lines
255 B
Diff
|
|
diff --git pyproject.toml pyproject.toml
|
||
|
|
index 3dadef1..d1c8c48 100644
|
||
|
|
--- pyproject.toml
|
||
|
|
+++ pyproject.toml
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
[build-system]
|
||
|
|
requires = [
|
||
|
|
- "setuptools==80.9.0",
|
||
|
|
+ "setuptools>=80.9.0",
|
||
|
|
]
|
||
|
|
build-backend = "setuptools.build_meta"
|
||
|
|
|