]> Git Repo - qemu.git/commit
configure: Require Python 2.7 or newer
authorEduardo Habkost <[email protected]>
Fri, 8 Jun 2018 14:30:26 +0000 (11:30 -0300)
committerEduardo Habkost <[email protected]>
Fri, 8 Jun 2018 19:40:49 +0000 (16:40 -0300)
commit7f2b55443a1c5cf17905b14c3ad38413924e4123
tree57aaeff845d70808be57c9304777dbe93d38767b
parent4803c5cde8afa3f8b8fc1bc639ebf4f4fccddf94
configure: Require Python 2.7 or newer

All of the supported build platforms documented in qemu-doc.texi
should already support Python 2.7.

Removing support for Python 2.6 will allow us to remove some
compatibility modules we carry in the QEMU tree:

* scripts/argparse.py
* scripts/ordereddict.py

Python 2.6 is also not receiving bug fixes upstream and is not
supported by pylint, which makes it harder to keep the code
compatible with both Python 2 and Python 3.

Signed-off-by: Eduardo Habkost <[email protected]>
Message-Id: <20180608143026[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Reviewed-by: Cleber Rosa <[email protected]>
Reviewed-by: John Snow <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
configure
This page took 0.022341 seconds and 4 git commands to generate.