diff options
author | Philip Balister <philip@balister.org> | 2010-09-16 18:31:12 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2010-09-16 18:32:19 -0400 |
commit | 402c80a963f6b9a71f82a8e553d4714f7c9c27a5 (patch) | |
tree | 293eeceb3617a3c7f1f0dc36d656914b42055966 /recipes/python/python-docutils_0.5.bb | |
parent | 4221cd0e2bfd20639a162f242675bdb564cc3fb3 (diff) |
python-docutils : Add DEPENDS on python.
Diffstat (limited to 'recipes/python/python-docutils_0.5.bb')
-rw-r--r-- | recipes/python/python-docutils_0.5.bb | 2 |
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}" |