summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-six_1.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-six: 1.9.0 -> 1.10.0 and add python3-recipeSven Ebenfeld2016-02-011-16/+0
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-six: Error fix for recipes depend on python-sixLi xin2016-01-271-0/+8
| | | | | | | | | | | | | | If you bitbake recipes which depends on python-six such as python-cryptography. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/six/: [Errno -5] No address associated with hostname -- Some packages may not be found! Couldn't find index page for 'six' (maybe misspelled?) No local packages or download links found for six So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: Python 2 and 3 compatibility library, version 1.9.0Andreas Oberritter2015-04-131-0/+8
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>