commit:     20d93cd36cc7aec77edec0c7ccef63e40d2943e3
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 20:27:59 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 14 21:38:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d93cd3

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 <AT> gentoo.org>

 dev-python/pyusb/pyusb-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyusb/pyusb-1.1.1.ebuild 
b/dev-python/pyusb/pyusb-1.1.1.ebuild
index 3df409241c7..e8bb887f1ba 100644
--- a/dev-python/pyusb/pyusb-1.1.1.ebuild
+++ b/dev-python/pyusb/pyusb-1.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1

Reply via email to