summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-m2crypto/files/patch-pyproject.toml')
-rw-r--r--security/py-m2crypto/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-m2crypto/files/patch-pyproject.toml b/security/py-m2crypto/files/patch-pyproject.toml
new file mode 100644
index 000000000000..a89876004cad
--- /dev/null
+++ b/security/py-m2crypto/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-10-01 22:01:37 UTC
++++ pyproject.toml
+@@ -1,7 +1,7 @@ requires = [
+ [build-system]
+ requires = [
+ "setuptools>=43.0.0; python_version<='3.6'",
+- "setuptools>=75.8.1; python_version>='3.9'",
++ "setuptools>=61.0.0; python_version>='3.9'",
+ "wheel"
+ ]
+ build-backend = "setuptools.build_meta"