From 228a1481110bf8e522baca11fef3d682648236fd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 28 Dec 2010 19:34:56 +0100 Subject: [PATCH] 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 --- recipes/python/python-cheetah_2.4.4.bb | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5