summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-setuptools_0.6c9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-setuptools_0.6c9.bb')
-rw-r--r--recipes/python/python-setuptools_0.6c9.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/python/python-setuptools_0.6c9.bb b/recipes/python/python-setuptools_0.6c9.bb
index df24384aa8..506a9368b9 100644
--- a/recipes/python/python-setuptools_0.6c9.bb
+++ b/recipes/python/python-setuptools_0.6c9.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
-RDEPENDS = "python-distutils python-compression"
SRCNAME = "setuptools"
PR = "ml0"
@@ -19,7 +18,7 @@ do_install_prepend() {
install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages
}
-RDEPENDS = "\
+RDEPENDS_${PN} = "\
python-distutils \
python-compression \
"