aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-01 07:42:32 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-01 07:42:32 -0700
commitb7232975f60c81ada7420e6e2c7aee5a7c6047a7 (patch)
tree82cc37d59dab0f0fcc1d33b2f807db4091a3b524 /recipes/python
parent3c8fd9161d20c3a68d3856ba1075fc0c70820db9 (diff)
downloadopenembedded-b7232975f60c81ada7420e6e2c7aee5a7c6047a7.tar.gz
python-epydoc: Rework DEPENDS updates
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-epydoc_3.0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/python/python-epydoc_3.0.1.bb b/recipes/python/python-epydoc_3.0.1.bb
index 6a2e5910a9..73194cf9f9 100644
--- a/recipes/python/python-epydoc_3.0.1.bb
+++ b/recipes/python/python-epydoc_3.0.1.bb
@@ -4,9 +4,9 @@ PRIORITY = "optional"
LICENSE = "MIT"
HOMEPAGE = "http://epydoc.sourceforge.net/"
SRCNAME = "epydoc"
-DEPENDS_pn-python-epydoc = "python"
-DEPENDS_pn-python-epydoc-native = "python-native"
-PR = "r1"
+DEPENDS += "python"
+DEPENDS_virtclass-native += "python-native"
+PR = "r2"
SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"