diff options
author | Philip Balister <philip@balister.org> | 2010-09-16 07:36:24 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2010-09-16 09:36:26 -0400 |
commit | fdba514c0a0c04959dcb8da6d1583aa81ddc6163 (patch) | |
tree | f5528db2d97d5612cc700761a574735dc3517061 /recipes | |
parent | a5d221f8419d7390c98a7e30c438c4500d015235 (diff) |
python-cheetah : Add DEPENDS on python.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/python/python-cheetah_2.0.1.bb | 1 |
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" |