diff options
Diffstat (limited to 'misc/py-sagemaker-core/files/patch-pyproject.toml')
-rw-r--r-- | misc/py-sagemaker-core/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/py-sagemaker-core/files/patch-pyproject.toml b/misc/py-sagemaker-core/files/patch-pyproject.toml new file mode 100644 index 000000000000..0df034cb4cac --- /dev/null +++ b/misc/py-sagemaker-core/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-08-22 16:19:19 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64"] ++requires = ["setuptools"] + build-backend = "setuptools.build_meta" + + [project] |