From 66ca394c5b0b597b9eaaa22f8bf9fc924ef9ab54 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 10 Feb 2015 14:55:10 +0800 Subject: python-pip: add python-distribute in RDEPENDS Fix the following runtime issue of pip: # pip Traceback (most recent call last): File "/usr/bin/pip", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources Signed-off-by: Zhenhua Luo Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pip_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-pip_1.3.1.bb') diff --git a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb index d1a7c8b3ae..1388a3dce2 100644 --- a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb @@ -11,4 +11,4 @@ S = "${WORKDIR}/pip-${PV}" inherit setuptools # Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works -RDEPENDS_${PN} = "python-modules" +RDEPENDS_${PN} = "python-modules python-distribute" -- cgit v1.2.3-54-g00ecf