From 40f907312497223c7f19d2a51eea4a4fc32e3948 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 7 Apr 2026 23:23:11 +0000 Subject: meta-openstack: remove obsolete Python backport and dead project recipes Remove 16 recipes for Python packages that are either built into Python 3 or are dead/deprecated upstream projects: Python 3 backports (unnecessary since Python 3.3+): ordereddict, pathlib, funcsigs, enum-compat, singledispatch, weakrefmethod, positional Dead/deprecated projects: aioeventlet, suds, suds-jurko, oauth2, trollius, pika-pool, requestsexceptions, dogpile.core, tempita No recipes in the layer depend on any of these packages. Signed-off-by: Bruce Ashfield --- .../python/python3-suds-jurko_0.6.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb (limited to 'meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb b/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb deleted file mode 100644 index a590cfb..0000000 --- a/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Lightweight SOAP client (Jurko's fork)" -HOMEPAGE = "https://bitbucket.org/jurko/suds" -SECTION = "devel/python" -LICENSE = "LGPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29" - -PYPI_PACKAGE_EXT = "tar.bz2" - -SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11" -SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f" - -inherit pypi setuptools3 - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS:${PN} += " \ - " - -- cgit v1.2.3-54-g00ecf