summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-09-16 07:36:24 -0400
committerPhilip Balister <philip@balister.org>2010-09-16 09:36:26 -0400
commitfdba514c0a0c04959dcb8da6d1583aa81ddc6163 (patch)
treef5528db2d97d5612cc700761a574735dc3517061
parenta5d221f8419d7390c98a7e30c438c4500d015235 (diff)
downloadopenembedded-fdba514c0a0c04959dcb8da6d1583aa81ddc6163.tar.gz
python-cheetah : Add DEPENDS on python.
-rw-r--r--recipes/python/python-cheetah_2.0.1.bb1
1 files changed, 1 insertions, 0 deletions
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"