[oe-commits] [meta-openembedded] 02/04: telepathy-python3: Correct rdep to use py3 dbus module

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 23:09:05 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 0db568ffbaa8b2ca0fbd9b9bea072520c22459f0
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Jan 22 14:31:20 2020 -0800

    telepathy-python3: Correct rdep to use py3 dbus module
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 11ac0d9..d92e657 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list