commit: 8b0e5756badd72c289f92170d22f5ef255c61095
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 17:08:59 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 13 19:08:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0e5756
dev-python/pyicu: support python3_10
Dependencies are all in order, builds fine. Test suite produces several
deprecation warnings (all of them from test_TimeZone.py, about the use
of self.assertEquals()) but all tests pass.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/pyicu/pyicu-2.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyicu/pyicu-2.7.3.ebuild
b/dev-python/pyicu/pyicu-2.7.3.ebuild
index 98aecea4d8c..9d6aff82779 100644
--- a/dev-python/pyicu/pyicu-2.7.3.ebuild
+++ b/dev-python/pyicu/pyicu-2.7.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1