diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-13 19:08:59 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-13 21:08:50 +0200 |
commit | 8b0e5756badd72c289f92170d22f5ef255c61095 (patch) | |
tree | b530ddc8a54ab2d740a293e2c2faab3447de4158 /dev-python/pyicu | |
parent | dev-python/identify: drop 2.2.3 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |