From: Edwin Plauchu Date: Mon, 16 Jan 2017 16:21:57 +0000 (-0600) Subject: python3-pip: fixed dependecy with python3-enum X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23021 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f379cbfa5ea9e29db771884bea61a7826f5f8ab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pip: fixed dependecy with python3-enum it solved problem of pip's console showing error "module enum not ..." [YOCTO #10904] Signed-off-by: Edwin Plauchu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python3-pip_9.0.1.bb b/meta/recipes-devtools/python/python3-pip_9.0.1.bb index 6ac94bb6705..85328dccbf5 100644 --- a/meta/recipes-devtools/python/python3-pip_9.0.1.bb +++ b/meta/recipes-devtools/python/python3-pip_9.0.1.bb @@ -39,6 +39,7 @@ do_install_append() { RDEPENDS_${PN} = "\ python3-compile \ python3-io \ + python3-enum \ python3-json \ python3-netserver \ python3-setuptools \