diff options
Diffstat (limited to 'net-im/gajim/files/patch-pyproject.toml')
-rw-r--r-- | net-im/gajim/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/gajim/files/patch-pyproject.toml b/net-im/gajim/files/patch-pyproject.toml new file mode 100644 index 000000000000..21c08ba6ef75 --- /dev/null +++ b/net-im/gajim/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2023-10-22 09:46:07 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools >= 65.0.0", ++ "setuptools >= 63.0.0", + ] + build-backend = "backend" + backend-path = ["pep517build"] |