aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-12-28 19:34:56 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-28 19:35:59 +0100
commit228a1481110bf8e522baca11fef3d682648236fd (patch)
tree3230b15765152f6528dcf6c4c02c8c54aef56148 /recipes/python
parent199722d4333f4b0ec64ef2cb93ab681115dfc3d0 (diff)
downloadopenembedded-228a1481110bf8e522baca11fef3d682648236fd.tar.gz
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 <koen@openembedded.org>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-cheetah_2.4.4.bb1
1 files changed, 0 insertions, 1 deletions
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"