diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-06-10 10:12:10 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-12 23:46:54 +0100 |
commit | ee26ecf58277560459dd01992bb3f486f92c1531 (patch) | |
tree | b76c12cd85e6a9e7aa398370f3337daed7932c7b /meta-selftest/conf | |
parent | a7a783c30cc58008f0e070dad39d40038e0a5eb5 (diff) | |
download | openembedded-core-ee26ecf58277560459dd01992bb3f486f92c1531.tar.gz openembedded-core-ee26ecf58277560459dd01992bb3f486f92c1531.tar.bz2 openembedded-core-ee26ecf58277560459dd01992bb3f486f92c1531.zip |
oe/distro_check.py: Fixes for python3
create_socket: Use urllib because urllib2 is now urllib in python3
and proxies as argument are deprecated so export them in the environ
instead.
get_links_from_url: Change usage of sgmllib for parsing HTML because
is deprecated in python 3, use instead bs4 that is already imported
in the bitbake tree.
[YOCTO #9744]
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest/conf')
0 files changed, 0 insertions, 0 deletions