From: Koen Kooi Date: Tue, 28 Dec 2010 18:34:56 +0000 (+0100) Subject: python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail if python... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228a1481110bf8e522baca11fef3d682648236fd;p=openembedded.git python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail if python-setuptools hasn't been built yet Signed-off-by: Koen Kooi --- diff --git a/recipes/python/python-cheetah_2.4.4.bb b/recipes/python/python-cheetah_2.4.4.bb index c5ef065d3c..e3ecb1c089 100644 --- a/recipes/python/python-cheetah_2.4.4.bb +++ b/recipes/python/python-cheetah_2.4.4.bb @@ -10,7 +10,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools -DEPENDS = "python" RDEPENDS_${PN} = "python-pickle python-pprint" NATIVE_INSTALL_WORKS = "1"