[oe-commits] : telepathy-python: RDEPENDS on python-dbus instead of the non-existant dbus-python.

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Aug 17 01:04:06 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: e4f85b5f26c4b6bf757635bab5194295c6498ce9
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=e4f85b5f26c4b6bf757635bab5194295c6498ce9

Author:  <Laibsch at openembedded.org>
Date:   Sun Aug 17 00:59:23 2008 +0000

telepathy-python: RDEPENDS on python-dbus instead of the non-existant dbus-python.

---

 packages/telepathy/telepathy-python_0.14.0.bb |    2 +-
 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 5eec5b1..0898b32 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 "
 





More information about the Openembedded-commits mailing list