diff mbox series

[meta-python] python3-pychromecast: allow building with newer version of python3-wheel

Message ID 20260208183328.3609757-1-t.f.g.geelen@gmail.com
State New
Headers show
Series [meta-python] python3-pychromecast: allow building with newer version of python3-wheel | expand

Commit Message

Tom Geelen Feb. 8, 2026, 6:33 p.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 .../0002-allow-newer-wheel.patch              | 22 +++++++++++++++++++
 .../python/python3-pychromecast_14.0.9.bb     |  6 ++---
 2 files changed, 25 insertions(+), 3 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch
diff mbox series

Patch

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 <t.f.g.geelen@gmail.com>
+Date: Sun, 8 Feb 2026 19:14:09 +0100
+Subject: [PATCH] allow newer wheel
+
+Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
+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]
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.9.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.9.bb
index 35106f870a..6f88684f8b 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.9.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.9.bb
@@ -3,9 +3,9 @@  HOMEPAGE = "https://github.com/balloob/pychromecast"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI += "\
-			file://0001-bump-required-version-to-0.46.1-for-python3-wheel.patch \
-"
+SRC_URI += "file://0001-bump-required-version-to-0.46.1-for-python3-wheel.patch \
+           file://0002-allow-newer-wheel.patch \
+           "
 
 SRC_URI[sha256sum] = "fe78841b0b04aa107d08aed216e91ab9cfb54b11d089d382be4e987e3631d4a6"