diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:39:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:42:17 +0100 |
commit | 00e7ce7acae6084581b7bf7d286c123c50e573bf (patch) | |
tree | b63bad90ed8a7a822c63e55b77219db8012d5297 /dev-python/tenacity | |
parent | dev-python/tablib: Remove Python 2 support (diff) | |
download | gentoo-00e7ce7acae6084581b7bf7d286c123c50e573bf.tar.gz gentoo-00e7ce7acae6084581b7bf7d286c123c50e573bf.tar.bz2 gentoo-00e7ce7acae6084581b7bf7d286c123c50e573bf.zip |
dev-python/tenacity: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tenacity')
-rw-r--r-- | dev-python/tenacity/tenacity-4.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tenacity/tenacity-4.8.0.ebuild b/dev-python/tenacity/tenacity-4.8.0.ebuild index 865700e5dc65..884aeef2154b 100644 --- a/dev-python/tenacity/tenacity-4.8.0.ebuild +++ b/dev-python/tenacity/tenacity-4.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |