opnsense-ports/multimedia/py-enzyme/files/patch-pyproject.toml
Franco Fichtner 92626e7bb9 */*: sync with upstream
Taken from: FreeBSD
2024-07-22 14:25:54 +02:00

10 lines
278 B
TOML

--- pyproject.toml.orig 2024-06-25 07:08:14 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
# https://peps.python.org/pep-0517/
[build-system]
-requires = ["setuptools>=64"]
+requires = ["setuptools>=63"]
build-backend = "setuptools.build_meta"
# https://peps.python.org/pep-0621/