diff options
Diffstat (limited to 'devel/py-path/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-path/files/patch-pyproject.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-path/files/patch-pyproject.toml b/devel/py-path/files/patch-pyproject.toml new file mode 100644 index 000000000000..df4b36953785 --- /dev/null +++ b/devel/py-path/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2025-07-27 20:40:00 UTC ++++ pyproject.toml +@@ -1,9 +1,7 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=77", ++ "setuptools>=61", + "setuptools_scm[toml]>=3.4.1", +- # jaraco/skeleton#174 +- "coherent.licensed", + ] + build-backend = "setuptools.build_meta" + +@@ -26,7 +24,7 @@ requires-python = ">=3.9" + "Topic :: Software Development :: Libraries :: Python Modules", + ] + requires-python = ">=3.9" +-license = "MIT" ++license = {text = "MIT"} + dependencies = [ + ] + dynamic = ["version"] |