]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pip: fixed dependecy with python3-enum
authorEdwin Plauchu <edwin.plauchu.camacho@linux.intel.com>
Mon, 16 Jan 2017 16:21:57 +0000 (10:21 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:44 +0000 (22:45 +0000)
it solved problem of pip's console showing error "module enum not ..."

[YOCTO #10904]

Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3-pip_9.0.1.bb

index 6ac94bb6705f0de088346ae830612d7a3a9495ad..85328dccbf508f53e43436bcf017286e13e3f81d 100644 (file)
@@ -39,6 +39,7 @@ do_install_append() {
 RDEPENDS_${PN} = "\
   python3-compile \
   python3-io \
+  python3-enum \
   python3-json \
   python3-netserver \
   python3-setuptools \