summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-05-13 19:08:59 +0200
committerMarek Szuba <marecki@gentoo.org>2021-05-13 21:08:50 +0200
commit8b0e5756badd72c289f92170d22f5ef255c61095 (patch)
treeb530ddc8a54ab2d740a293e2c2faab3447de4158 /dev-python/pyicu
parentdev-python/identify: drop 2.2.3 (diff)
downloadgentoo-8b0e5756badd72c289f92170d22f5ef255c61095.tar.gz
gentoo-8b0e5756badd72c289f92170d22f5ef255c61095.tar.bz2
gentoo-8b0e5756badd72c289f92170d22f5ef255c61095.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/pyicu')
-rw-r--r--dev-python/pyicu/pyicu-2.7.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyicu/pyicu-2.7.3.ebuild b/dev-python/pyicu/pyicu-2.7.3.ebuild
index 98aecea4d8c8..9d6aff827796 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