From e94e5ec1ee8ce997051bbff7ab425bdb85d2f8e7 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 8 Feb 2026 19:33:28 +0100 Subject: python3-pychromecast: allow building with newer version of python3-wheel Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- .../0002-allow-newer-wheel.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch (limited to 'meta-python/recipes-devtools/python/python3-pychromecast') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch b/meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch new file mode 100644 index 0000000000..456feb6010 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch @@ -0,0 +1,22 @@ +From e11eb34d1196a9dc35fef213aeffdfd8e6e29f44 Mon Sep 17 00:00:00 2001 +From: Tom Geelen +Date: Sun, 8 Feb 2026 19:14:09 +0100 +Subject: [PATCH] allow newer wheel + +Signed-off-by: Tom Geelen +Upstream-Status: Pending +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 4c98630..75a15da 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.2"] ++requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.4"] + build-backend = "setuptools.build_meta" + + [project] -- cgit v1.2.3-54-g00ecf