aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-01 07:42:50 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-01 07:42:50 -0700
commitffcce548a4f93fc25530cb34502664700277bd0c (patch)
treeb69473fc5cf5b680bc3356610f19bed98a8b1b3b
parent9ab967ddf14b03c6d43d89b48d412c2e8f47ed2f (diff)
downloadopenembedded-ffcce548a4f93fc25530cb34502664700277bd0c.tar.gz
python-setuptools: Rework DEPENDS updates
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/python/python-setuptools_0.6c9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/python/python-setuptools_0.6c9.bb b/recipes/python/python-setuptools_0.6c9.bb
index 069437ac9c..93eb4855dc 100644
--- a/recipes/python/python-setuptools_0.6c9.bb
+++ b/recipes/python/python-setuptools_0.6c9.bb
@@ -5,7 +5,8 @@ PRIORITY = "optional"
LICENSE = "MIT"
SRCNAME = "setuptools"
PR = "ml2"
-DEPENDS_pn-python-setuptools-native = "python-native"
+DEPENDS += "python"
+DEPENDS_virtclass-native += "python-native"
SRC_URI = "\
http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\