diff options
author | Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com> | 2017-01-16 10:21:57 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:47:21 +0000 |
commit | 742e7668764cb9efb88e153f61472eff3fae4c99 (patch) | |
tree | f919c6d017c38347934d5c5ed69f0a4d03014399 /meta/recipes-devtools/python/python3-pip_9.0.1.bb | |
parent | 5fbb1228fbc380b55ec43cc368651dd4c2d1f855 (diff) | |
download | poky-742e7668764cb9efb88e153f61472eff3fae4c99.tar.gz |
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>
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.bb | 1 |
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() { | |||
39 | RDEPENDS_${PN} = "\ | 39 | RDEPENDS_${PN} = "\ |
40 | python3-compile \ | 40 | python3-compile \ |
41 | python3-io \ | 41 | python3-io \ |
42 | python3-enum \ | ||
42 | python3-json \ | 43 | python3-json \ |
43 | python3-netserver \ | 44 | python3-netserver \ |
44 | python3-setuptools \ | 45 | python3-setuptools \ |