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

Laibsch commit oe at amethyst.openembedded.net
Mon Sep 1 18:10:25 UTC 2008


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

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 867cec67e8d352769565f93595d49e9561321c58
ViewMTN: http://monotone.openembedded.org/revision/info/867cec67e8d352769565f93595d49e9561321c58
Files:
1
packages/telepathy/telepathy-python_0.14.0.bb
Diffs:

#
# mt diff -rcf2372faa4911217d51f4e68409d32b302a579f7 -r867cec67e8d352769565f93595d49e9561321c58
#
#
#
# patch "packages/telepathy/telepathy-python_0.14.0.bb"
#  from [b72e5e36875b783b40a06c426e30d901358c86a7]
#    to [337dc44149aebc1554bcb6e930da136baa207cc1]
#
============================================================
--- packages/telepathy/telepathy-python_0.14.0.bb	b72e5e36875b783b40a06c426e30d901358c86a7
+++ packages/telepathy/telepathy-python_0.14.0.bb	337dc44149aebc1554bcb6e930da136baa207cc1
@@ -1,7 +1,7 @@ LICENSE = "LGPL"
 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