dev-python/pyusb: support python3_10

Builds and installs fine, one of the tests fails with NoBackendError but
it does the same with python3_8 (it's probably because of tests being
unable to access USB under Docker).

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-05-14 22:27:59 +02:00
parent 3a5daf6524
commit 20d93cd36c

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1