summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-06-25 20:26:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-27 12:20:36 +0100
commit33c19806870d635f59067aafe5e7d5496d2af95a (patch)
tree2be692a20b2a3cca3a6c5c13c185ff668d0ad1f6 /meta/recipes-devtools/python
parentcd8fc62eb34025e3a90abeb9bb99e7f7f92b5897 (diff)
downloadopenembedded-core-contrib-33c19806870d635f59067aafe5e7d5496d2af95a.tar.gz
python3-dbus: Remove obsolete dependency on dbus-glib
Upstream stopped using it in 1.2.6. (From OE-Core rev: b9353d6fbcd36a671e02bb849553a3791270c742) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-dbus_1.2.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
index c9bf8df42d..923da3c00a 100644
--- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
+++ b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
@@ -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 \
"