summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-16 18:58:39 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-20 11:41:02 -0800
commit8820efb4450fcb6075dafa39af2ad9b9ee09f1b2 (patch)
tree8e51660e4922290221b0bc914bbad9ebc99cf10b /meta-python/recipes-connectivity
parent069f1827d01635ee185c30d39d20aa600f1a2e2e (diff)
downloadmeta-openembedded-8820efb4450fcb6075dafa39af2ad9b9ee09f1b2.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-connectivity')
-rw-r--r--meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb16
1 files changed, 0 insertions, 16 deletions
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 @@
1SUMMARY = "Python Remote Objects"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc"
4
5SRC_URI[sha256sum] = "511f5b0804e92dd77dc33adf9c947787e3f9e9c5a96b12162f0557a7c4ce21fb"
6
7PYPI_PACKAGE = "Pyro4"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN} += " \
13 python3-logging \
14 python3-serpent \
15 python3-threading \
16 "