diff options
Diffstat (limited to 'devel/py-xattr/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-xattr/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-xattr/files/patch-pyproject.toml b/devel/py-xattr/files/patch-pyproject.toml new file mode 100644 index 000000000000..4ffc819a00e9 --- /dev/null +++ b/devel/py-xattr/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-07-14 02:33:11 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=68", ++ "setuptools>=61", + "wheel", + "cffi>=1.16.0", + ] |