From a29a5e93ed57d0f760b81be1582601604363383b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 20 Mar 2008 22:10:19 +0000 Subject: python RDEPENDS fixes and s/distutils/setuptools (by Aloisio Almeida) --- packages/python/python-edbus_cvs.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/python/python-edbus_cvs.bb') diff --git a/packages/python/python-edbus_cvs.bb b/packages/python/python-edbus_cvs.bb index dc4b09cee8..75bdc7ff80 100644 --- a/packages/python/python-edbus_cvs.bb +++ b/packages/python/python-edbus_cvs.bb @@ -1,7 +1,8 @@ require python-efl.inc DEPENDS += "edbus python-dbus" +RDEPENDS += "python-dbus" PV = "0.1.1+cvs${SRCDATE}" -PR = "r0" +PR = "r1" SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" S = "${WORKDIR}/python-e_dbus" -- cgit v1.2.3