mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
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 <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
This commit is contained in:
parent
81508befad
commit
618c70da1e
|
|
@ -12,4 +12,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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user