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 <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-12-16 18:58:39 +01:00 committed by Khem Raj
parent 069f1827d0
commit 8820efb445
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 0 additions and 17 deletions

View File

@ -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 \
"

View File

@ -335,7 +335,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-pyperclip \
python3-pyperf \
python3-pyrad \
python3-pyro4 \
python3-pyroute2 \
python3-pyrsistent \
python3-pyscaffold \