From: Philip Balister Date: Thu, 16 Sep 2010 22:31:12 +0000 (-0400) Subject: python-docutils : Add DEPENDS on python. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=402c80a963f6b9a71f82a8e553d4714f7c9c27a5;p=openembedded.git python-docutils : Add DEPENDS on python. --- diff --git a/recipes/python/python-docutils_0.5.bb b/recipes/python/python-docutils_0.5.bb index 8f0e17000a..547b3a21bd 100644 --- a/recipes/python/python-docutils_0.5.bb +++ b/recipes/python/python-docutils_0.5.bb @@ -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}"