summaryrefslogtreecommitdiffstats
path: root/package/python-pyqt5/0002-fix-qt-5.6.2.patch
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2017-02-06 20:36:31 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-02-06 22:49:44 +0100
commit9b76356bd2e7ae06cc8b5341d2e90fceb42727f8 (patch)
tree0dc4edf3986f87d3e9688e04420ca72dd590e04f /package/python-pyqt5/0002-fix-qt-5.6.2.patch
parent896ae3f9616d124c934f09d14de8cdc61ef0cec4 (diff)
downloadbuildroot-9b76356bd2e7ae06cc8b5341d2e90fceb42727f8.tar.gz
buildroot-9b76356bd2e7ae06cc8b5341d2e90fceb42727f8.zip
python-gunicorn: fix build issue with python2
Fix: http://autobuild.buildroot.org/results/b2d/b2d43dd3c52cc9f586009a10a40f97b07548322d/build-end.log The issue arise from the fact that we compile all *.py files, but the _gaiohttp.py file is using Python3 ("yield from") syntax which causes an error. So if we are using Python2, delete this file as it won't ever be imported anyway as it is checked by gunicorn in the __init__.py file of the worker module. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pyqt5/0002-fix-qt-5.6.2.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud