aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pip_9.0.1.bb
diff options
context:
space:
mode:
authorEdwin Plauchu <edwin.plauchu.camacho@linux.intel.com>2017-01-16 10:21:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:45:44 +0000
commit1f379cbfa5ea9e29db771884bea61a7826f5f8ab (patch)
treea07638a186ef01981525de368686635ea24e8742 /meta/recipes-devtools/python/python3-pip_9.0.1.bb
parent13e9a692510151383bc3243c3917154896b0e049 (diff)
downloadopenembedded-core-contrib-1f379cbfa5ea9e29db771884bea61a7826f5f8ab.tar.gz
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 <edwin.plauchu.camacho@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pip_9.0.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pip_9.0.1.bb1
1 files changed, 1 insertions, 0 deletions
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 6ac94bb670..85328dccbf 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 \