opnsense-ports/archivers/py-pyzstd/files/patch-pyproject.toml
Franco Fichtner 300a1d104c */*: sync with upstream
Taken from: FreeBSD
2024-11-22 10:07:25 +01:00

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"