diff mbox series

[meta-python,6/7] python3-pyro4: drop recipe

Message ID 20251216175840.2939403-6-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-python,1/7] python3-h2: add ptest support | expand

Commit Message

Gyorgy Sarvari Dec. 16, 2025, 5:58 p.m. UTC
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 <skandigraun@gmail.com>
---
 .../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 mbox series

Patch

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 \