summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-07 23:23:11 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-07 23:23:11 +0000
commit40f907312497223c7f19d2a51eea4a4fc32e3948 (patch)
treec208c35ae70dc2dbb276513bed0e433377e4027c /meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb
parent2972131015673292cf63e29aaa45a091a5e5f334 (diff)
downloadmeta-cloud-services-40f907312497223c7f19d2a51eea4a4fc32e3948.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb20
1 files changed, 0 insertions, 20 deletions
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 @@
1DESCRIPTION = "Lightweight SOAP client (Jurko's fork)"
2HOMEPAGE = "https://bitbucket.org/jurko/suds"
3SECTION = "devel/python"
4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29"
6
7PYPI_PACKAGE_EXT = "tar.bz2"
8
9SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11"
10SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f"
11
12inherit pypi setuptools3
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18RDEPENDS:${PN} += " \
19 "
20