summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-24 18:14:33 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:56:32 -0700
commit9f1553f5da86c9b2581695764d67f1898071a21f (patch)
treedf530b58197da46915c58b4a56d167d5a69ad7bf /meta-python
parent0d2df1e4c404fd93ee0095a15db00d17f2321e18 (diff)
downloadmeta-openembedded-9f1553f5da86c9b2581695764d67f1898071a21f.tar.gz
python3-pydbus-manager: remove obsolete recipe
This project has been untouched upstream for six years and doesn't appear to be considered "finished". Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb15
2 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 4965e69e02..c78fd1e7f7 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -315,7 +315,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
315 python3-pyconnman \ 315 python3-pyconnman \
316 python3-pycurl \ 316 python3-pycurl \
317 python3-pydbus \ 317 python3-pydbus \
318 python3-pydbus-manager \
319 python3-pydicti \ 318 python3-pydicti \
320 python3-pyephem \ 319 python3-pyephem \
321 python3-pyexpect \ 320 python3-pyexpect \
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
deleted file mode 100644
index 796f7219ac..0000000000
--- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "DBus.ObjectManager implementation for pydbus"
2AUTHOR = "Sébastien Corne"
3
4LICENSE = "WTFPL"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7"
6
7inherit setuptools3
8
9SRC_URI = "git://github.com/seebz/pydbus-manager.git;branch=master;protocol=https"
10SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
11PV = "git${SRCPV}"
12
13S = "${WORKDIR}/git"
14
15RDEPENDS:${PN} += "python3-pydbus"