diff options
Diffstat (limited to 'sysutils/py-ansible-runner/files/patch-pyproject.toml')
-rw-r--r-- | sysutils/py-ansible-runner/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/py-ansible-runner/files/patch-pyproject.toml b/sysutils/py-ansible-runner/files/patch-pyproject.toml new file mode 100644 index 000000000000..c7ee26c40fe9 --- /dev/null +++ b/sysutils/py-ansible-runner/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- 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] |