From 8820efb4450fcb6075dafa39af2ad9b9ee09f1b2 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 16 Dec 2025 18:58:39 +0100 Subject: [PATCH] python3-pyro4: drop recipe pyro4 is not maintained anymore, and it doesn't work with Python 3.11 fully either - and sure enough, when I tried to set up ptests with Python 3.13, I got many failures. Drop the recipe. (There is an actively maintained successor, Pyro5 - new recipe should be somewhere next to this patch.) Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../python-pyro4/python3-pyro4_4.82.bb | 16 ---------------- .../packagegroups/packagegroup-meta-python.bb | 1 - 2 files changed, 17 deletions(-) delete mode 100644 meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb deleted file mode 100644 index 9f5e6d6dba..0000000000 --- a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Python Remote Objects" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc" - -SRC_URI[sha256sum] = "511f5b0804e92dd77dc33adf9c947787e3f9e9c5a96b12162f0557a7c4ce21fb" - -PYPI_PACKAGE = "Pyro4" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-logging \ - python3-serpent \ - python3-threading \ - " diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index d3abc0761f..37c8e868d3 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -335,7 +335,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pyperclip \ python3-pyperf \ python3-pyrad \ - python3-pyro4 \ python3-pyroute2 \ python3-pyrsistent \ python3-pyscaffold \