ports/archivers/py-pyzstd/files/patch-pyproject.toml
Matthew Wener 4dc6aaea94 archivers/py-pyzstd: add new port
Python bindings to Zstandard (zstd) compression library

PR:	282881
2024-11-21 22:07:40 +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"