From 402c80a963f6b9a71f82a8e553d4714f7c9c27a5 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 16 Sep 2010 18:31:12 -0400 Subject: [PATCH] python-docutils : Add DEPENDS on python. --- recipes/python/python-docutils_0.5.bb | 2 ++ 1 file changed, 2 insertions(+) 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}" -- 2.39.5