]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-dbus: Remove obsolete dependency on dbus-glib
authorAdrian Bunk <bunk@stusta.de>
Tue, 25 Jun 2019 17:26:25 +0000 (20:26 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jun 2019 11:20:24 +0000 (12:20 +0100)
Upstream stopped using it in 1.2.6.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-dbus_1.2.8.bb

index c9bf8df42d5bdfeb8a0c72ac854a332703714a52..923da3c00acb9ad24ffb1c6d469f0c2531c18733 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4"
-DEPENDS = "expat dbus dbus-glib virtual/libintl"
+DEPENDS = "expat dbus glib-2.0 virtual/libintl"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
 "