aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-09-16 18:31:12 -0400
committerPhilip Balister <philip@balister.org>2010-09-16 18:32:19 -0400
commit402c80a963f6b9a71f82a8e553d4714f7c9c27a5 (patch)
tree293eeceb3617a3c7f1f0dc36d656914b42055966 /recipes/python
parent4221cd0e2bfd20639a162f242675bdb564cc3fb3 (diff)
downloadopenembedded-402c80a963f6b9a71f82a8e553d4714f7c9c27a5.tar.gz
python-docutils : Add DEPENDS on python.
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-docutils_0.5.bb2
1 files changed, 2 insertions, 0 deletions
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}"