From 19bd24d22d770f99f42fd0b6e5fbb62752d4cd51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 23 Nov 2024 18:34:35 -0800 Subject: python3-zopeinterface: Fix build with setuptools > 74 Signed-off-by: Khem Raj --- .../0001-Allow-using-setuptools-74.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch') diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch b/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch new file mode 100644 index 0000000000..a01247fe5a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch @@ -0,0 +1,24 @@ +From 5060ecfe6cff5110cbfbc781fc7342ad08fc6f90 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Sat, 23 Nov 2024 18:30:40 -0800 +Subject: [PATCH] Allow using setuptools > 74 + +Upstream-Status: Pending +Signed-off-by: Khem Raj +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 17da486..7906a37 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -3,7 +3,7 @@ + # https://github.com/zopefoundation/meta/tree/master/config/c-code + + [build-system] +-requires = ["setuptools<74"] ++requires = ["setuptools"] + build-backend = "setuptools.build_meta" + + [tool.coverage.run] -- cgit v1.2.3-54-g00ecf