summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pip_1.5.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
index 0c240e4607..b4ce9e5f3c 100644
--- a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
+++ b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
@@ -12,4 +12,4 @@ S = "${WORKDIR}/pip-${PV}"
12inherit setuptools 12inherit setuptools
13 13
14# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works 14# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
15RDEPENDS_${PN} = "python-modules" 15RDEPENDS_${PN} = "python-modules python-distribute"