python-cheetah : Add DEPENDS on python.
authorPhilip Balister <philip@balister.org>
Thu, 16 Sep 2010 11:36:24 +0000 (07:36 -0400)
committerPhilip Balister <philip@balister.org>
Thu, 16 Sep 2010 13:36:26 +0000 (09:36 -0400)
recipes/python/python-cheetah_2.0.1.bb

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