python-docutils : Add DEPENDS on python.
authorPhilip Balister <philip@balister.org>
Thu, 16 Sep 2010 22:31:12 +0000 (18:31 -0400)
committerPhilip Balister <philip@balister.org>
Thu, 16 Sep 2010 22:32:19 +0000 (18:32 -0400)
recipes/python/python-docutils_0.5.bb

index 8f0e170..547b3a2 100644 (file)
@@ -4,6 +4,8 @@ SECTION = "devel/python"
 LICENSE = "PSF"
 PR = "ml1"
 
+DEPENDS = "python"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
 S = "${WORKDIR}/docutils-${PV}"