mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cd8fc62eb3
commit
33c1980687
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user