diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | From e11eb34d1196a9dc35fef213aeffdfd8e6e29f44 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Tom Geelen <t.f.g.geelen@gmail.com> | ||
| 3 | Date: Sun, 8 Feb 2026 19:14:09 +0100 | ||
| 4 | Subject: [PATCH] allow newer wheel | ||
| 5 | |||
| 6 | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> | ||
| 7 | Upstream-Status: Pending | ||
| 8 | --- | ||
| 9 | pyproject.toml | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 13 | index 4c98630..75a15da 100644 | ||
| 14 | --- a/pyproject.toml | ||
| 15 | +++ b/pyproject.toml | ||
| 16 | @@ -1,5 +1,5 @@ | ||
| 17 | [build-system] | ||
| 18 | -requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.2"] | ||
| 19 | +requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.4"] | ||
| 20 | build-backend = "setuptools.build_meta" | ||
| 21 | |||
| 22 | [project] | ||
