ports/sysutils/py-ansible-runner/files/patch-pyproject.toml
Dave Cottlehuber 5cb4419962 sysutils/py-ansible-runner: update to 2.4.1, use new distname
Sponsored by:	SkunkWerks, GmbH
2025-05-21 14:48:37 +00:00

10 lines
423 B
TOML

--- pyproject.toml.orig 2025-04-05 21:21:18 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=45, <=70.0.0", "setuptools-scm[toml]>=6.2, <=8.1.0"] # pin max versions of build deps and update as needed
+requires = ["setuptools>=45", "setuptools-scm[toml]>=6.2, <=8.1.0"] # pin max versions of build deps and update as needed
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]