aboutsummaryrefslogtreecommitdiffstats
path: root/packages/telepathy
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-17 00:59:23 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-17 00:59:23 +0000
commit04ba19687649456ad00a64c3b145ea55e6d17990 (patch)
tree192f7ffe4f2775b25b9b783becb2ebcaa90da7c5 /packages/telepathy
parent15708a9660212e99682cccf6ef725bc1046f8c1d (diff)
downloadopenembedded-04ba19687649456ad00a64c3b145ea55e6d17990.tar.gz
telepathy-python: RDEPENDS on python-dbus instead of the non-existant dbus-python.
Diffstat (limited to 'packages/telepathy')
-rw-r--r--packages/telepathy/telepathy-python_0.14.0.bb2
1 files changed, 1 insertions, 1 deletions
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 "