package/python-txaio: drop python 2 support
authorJames Hilliard <james.hilliard1@gmail.com>
Wed, 8 Apr 2020 00:19:25 +0000 (18:19 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 11 Apr 2020 12:48:45 +0000 (14:48 +0200)
commitb7d251293a20e420f14b23c2027238c85c031de0
treeff64ca4265b2548473e67561e55988c51f769f5b
parent10954dfe68fc323d9e612275096028ad9fb0e25e
package/python-txaio: drop python 2 support

As of upstream commit 735eb608637e7bbab4082a541ac802cc919fec22,
available since version v20.1.1, support for Python 2.x has been
dropped, and Python >= 3.5 is required. So we make python-txaio depend
on python3, and remove the python2 test of python-txaio.

We also remove the python-six dependency which is no longer used by
txaio, since upstream commit 62b0e7eaa22769687df1de8f57374cb0a42bdc4d.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
.gitlab-ci.yml
package/python-txaio/Config.in
support/testing/tests/package/test_python_txaio.py