mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
10 lines
354 B
TOML
10 lines
354 B
TOML
--- pyproject.toml.orig 2024-11-21 04:16:04 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
# setuptools 64+ support --build-option
|
|
# setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows
|
|
-requires = ["setuptools>=64,<74"]
|
|
+requires = ["setuptools"]
|
|
backend-path = ["build_script"]
|
|
build-backend = "pyzstd_pep517"
|