summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast')
-rw-r--r--upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-bump-required-version-to-0.46.1-for-python3-wheel.patch23
-rw-r--r--upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch22
2 files changed, 0 insertions, 45 deletions
diff --git a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-bump-required-version-to-0.46.1-for-python3-wheel.patch b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-bump-required-version-to-0.46.1-for-python3-wheel.patch
deleted file mode 100644
index 655b9c08c7..0000000000
--- a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-bump-required-version-to-0.46.1-for-python3-wheel.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 672b0501526fc7c91725236fc37db82794096832 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 1 Jul 2025 23:14:08 -0700
-Subject: [PATCH] bump required version to 0.46.1 for python3-wheel
-
-Upstream-Status: Pending
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index d5a518c..a6a159d 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.0"]
-+requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.2"]
- build-backend = "setuptools.build_meta"
-
- [project]
diff --git a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch
deleted file mode 100644
index 456feb6010..0000000000
--- a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0002-allow-newer-wheel.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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]