diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-24 16:55:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-24 16:55:05 +0000 |
commit | ca2dd4565504ad3239ca73c5cf23c234d57a71b8 (patch) | |
tree | 3040843f9d00e70b29e1348a1b06ca1f16c9b26b | |
parent | 930f0280fede11fef8914288dd6a0e5e5d87ddd8 (diff) |
python-edbus: fix dbus dependency
-rw-r--r-- | packages/python/python-edbus_cvs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-edbus_cvs.bb b/packages/python/python-edbus_cvs.bb index 652cf919cd..06a5a45c06 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-1.1" +DEPENDS += "edbus dbus" -PR = "r1" +PR = "r2" SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" S = "${WORKDIR}/python-e_dbus" |