From: Michael Lauer Date: Sat, 2 Feb 2008 14:04:45 +0000 (+0000) Subject: python-edbus: fix dependency X-Git-Tag: Release-2010-05/1~7765^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13773acfc8d0aae1cf60b93bd129f0452752695;p=openembedded.git python-edbus: fix dependency --- 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"