git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4221cd0
)
python-docutils : Add DEPENDS on python.
author
Philip Balister
<philip@balister.org>
Thu, 16 Sep 2010 22:31:12 +0000
(18:31 -0400)
committer
Philip Balister
<philip@balister.org>
Thu, 16 Sep 2010 22:32:19 +0000
(18:32 -0400)
recipes/python/python-docutils_0.5.bb
patch
|
blob
|
history
diff --git
a/recipes/python/python-docutils_0.5.bb
b/recipes/python/python-docutils_0.5.bb
index
8f0e170
..
547b3a2
100644
(file)
--- 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}"