telepathy-python: RDEPENDS on python-dbus instead of the non-existant dbus-python.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 17 Aug 2008 00:59:23 +0000 (00:59 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 17 Aug 2008 00:59:23 +0000 (00:59 +0000)
packages/telepathy/telepathy-python_0.14.0.bb

index 5eec5b1..0898b32 100644 (file)
@@ -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 "