From: Philip Balister Date: Thu, 16 Sep 2010 11:36:24 +0000 (-0400) Subject: python-cheetah : Add DEPENDS on python. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdba514c0a0c04959dcb8da6d1583aa81ddc6163;p=openembedded.git python-cheetah : Add DEPENDS on python. --- diff --git a/recipes/python/python-cheetah_2.0.1.bb b/recipes/python/python-cheetah_2.0.1.bb index 74da78eebe..f57e7029a6 100644 --- a/recipes/python/python-cheetah_2.0.1.bb +++ b/recipes/python/python-cheetah_2.0.1.bb @@ -10,6 +10,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils +DEPENDS = "python" RDEPENDS_${PN} = "python-pickle python-pprint" NATIVE_INSTALL_WORKS = "1"