aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-22 14:31:20 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-22 15:08:42 -0800
commit0db568ffbaa8b2ca0fbd9b9bea072520c22459f0 (patch)
tree9f82b0835139905483cf149a82d561e474db501a
parentf58c2595c6967a94dd9ddf87207b8772291deec0 (diff)
downloadmeta-openembedded-contrib-0db568ffbaa8b2ca0fbd9b9bea072520c22459f0.tar.gz
telepathy-python3: Correct rdep to use py3 dbus module
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
index 11ac0d93a1..d92e6577af 100644
--- a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
+++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822"
DEPENDS = "libxslt-native"
-RDEPENDS_${PN} += "python-dbus"
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${PV}.tar.gz \
file://parallel_make.patch \
@@ -32,3 +31,4 @@ do_install_append () {
rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
}
+RDEPENDS_${PN} += "python3-dbus"