python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail if python...
authorKoen Kooi <koen@openembedded.org>
Tue, 28 Dec 2010 18:34:56 +0000 (19:34 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 28 Dec 2010 18:35:59 +0000 (19:35 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/python/python-cheetah_2.4.4.bb

index c5ef065..e3ecb1c 100644 (file)
@@ -10,7 +10,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
 
-DEPENDS = "python"
 RDEPENDS_${PN} = "python-pickle python-pprint"
 
 NATIVE_INSTALL_WORKS = "1"