diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-13 18:58:35 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-13 21:08:43 +0200 |
commit | 055bdf5c463628bc13f931314d5a45cc736d75eb (patch) | |
tree | bb6140b991b69e581db10db743c1737ffa513908 /dev-python | |
parent | dev-python/editdistance-s: support python3_10 (diff) | |
download | gentoo-055bdf5c463628bc13f931314d5a45cc736d75eb.tar.gz gentoo-055bdf5c463628bc13f931314d5a45cc736d75eb.tar.bz2 gentoo-055bdf5c463628bc13f931314d5a45cc736d75eb.zip |
dev-python/identify: support python3_10
Dependencies are all in order, builds fine, all tests pass.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/identify/identify-2.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/identify/identify-2.2.4.ebuild b/dev-python/identify/identify-2.2.4.ebuild index 302310afdfe1..a83837f77d4e 100644 --- a/dev-python/identify/identify-2.2.4.ebuild +++ b/dev-python/identify/identify-2.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |