mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
python3-pip: fixed dependecy with python3-enum
it solved problem of pip's console showing error "module enum not ..." [YOCTO #10904] (From OE-Core rev: 1f379cbfa5ea9e29db771884bea61a7826f5f8ab) Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5fbb1228fb
commit
742e766876
@@ -39,6 +39,7 @@ do_install_append() {
|
||||
RDEPENDS_${PN} = "\
|
||||
python3-compile \
|
||||
python3-io \
|
||||
python3-enum \
|
||||
python3-json \
|
||||
python3-netserver \
|
||||
python3-setuptools \
|
||||
|
||||
Reference in New Issue
Block a user