diff options
2 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast/0001-bump-required-version-to-0.46.1-for-python3-wheel.patch b/meta-python/recipes-devtools/python/python3-pychromecast/0001-bump-required-version-to-0.46.1-for-python3-wheel.patch new file mode 100644 index 0000000000..57c14f2aeb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast/0001-bump-required-version-to-0.46.1-for-python3-wheel.patch | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | From 5485eccd26529740e0f875e33afcbdfefd630597 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 1 Jul 2025 23:14:08 -0700 | ||
| 4 | Subject: [PATCH] bump required version to 0.46.1 for python3-wheel | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | --- | ||
| 10 | pyproject.toml | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 14 | index d5a518c..a6a159d 100644 | ||
| 15 | --- a/pyproject.toml | ||
| 16 | +++ b/pyproject.toml | ||
| 17 | @@ -1,5 +1,5 @@ | ||
| 18 | [build-system] | ||
| 19 | -requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.0"] | ||
| 20 | +requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.2"] | ||
| 21 | build-backend = "setuptools.build_meta" | ||
| 22 | |||
| 23 | [project] | ||
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb index 260f6395b7..1b5ff94f8a 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb | |||
| @@ -7,6 +7,7 @@ SRC_URI += "\ | |||
| 7 | file://0001-Update-setuptools-requirement-from-78.0-65.6-to-65.6.patch \ | 7 | file://0001-Update-setuptools-requirement-from-78.0-65.6-to-65.6.patch \ |
| 8 | file://0001-Update-setuptools-requirement-from-79.0-65.6-to-65.6.patch \ | 8 | file://0001-Update-setuptools-requirement-from-79.0-65.6-to-65.6.patch \ |
| 9 | file://0001-Update-setuptools-requirement-from-80.0-65.6-to-65.6.patch \ | 9 | file://0001-Update-setuptools-requirement-from-80.0-65.6-to-65.6.patch \ |
| 10 | file://0001-bump-required-version-to-0.46.1-for-python3-wheel.patch \ | ||
| 10 | " | 11 | " |
| 11 | 12 | ||
| 12 | SRC_URI[sha256sum] = "7abbae80a2c9e05b93b1a7b8b4d771bbc764d88fd5e56a566f46ac1bd3f93848" | 13 | SRC_URI[sha256sum] = "7abbae80a2c9e05b93b1a7b8b4d771bbc764d88fd5e56a566f46ac1bd3f93848" |
