From: Rolf Leggewie Date: Sun, 17 Aug 2008 00:59:23 +0000 (+0000) Subject: telepathy-python: RDEPENDS on python-dbus instead of the non-existant dbus-python. X-Git-Tag: Release-2010-05/1~6330^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ba19687649456ad00a64c3b145ea55e6d17990;p=openembedded.git telepathy-python: RDEPENDS on python-dbus instead of the non-existant dbus-python. --- diff --git a/packages/telepathy/telepathy-python_0.14.0.bb b/packages/telepathy/telepathy-python_0.14.0.bb index 5eec5b1fba..0898b321eb 100644 --- a/packages/telepathy/telepathy-python_0.14.0.bb +++ b/packages/telepathy/telepathy-python_0.14.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Telepathy framework - Python package" HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" LICENSE = "LGPL" -RDEPENDS_${PN} += "dbus-python" +RDEPENDS_${PN} += "python-dbus" SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz "