summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-02 14:04:45 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-02 14:04:45 +0000
commitc13773acfc8d0aae1cf60b93bd129f0452752695 (patch)
tree740c4fe459aaa0e9c6832013fa4227c442dda41c /packages/python
parent194b6bcbd05903eea48ea77856f5a9e9f7602323 (diff)
python-edbus: fix dependency
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-edbus_cvs.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-edbus_cvs.bb b/packages/python/python-edbus_cvs.bb
index 06a5a45c06..544a6f347f 100644
--- a/packages/python/python-edbus_cvs.bb
+++ b/packages/python/python-edbus_cvs.bb
@@ -1,7 +1,7 @@
require python-efl.inc
-DEPENDS += "edbus dbus"
+DEPENDS += "edbus python-dbus"
-PR = "r2"
+PR = "r3"
SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus"
S = "${WORKDIR}/python-e_dbus"