diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:20:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:37:54 +0100 |
commit | c4fba8f3f46c39b47a90cd93f5ee1ff8fa6dc3ee (patch) | |
tree | 4c43a34dc5d840e2579f9e03d065187edef36f13 /app-i18n | |
parent | dev-python/bottle: Remove old (diff) | |
download | gentoo-c4fba8f3f46c39b47a90cd93f5ee1ff8fa6dc3ee.tar.gz gentoo-c4fba8f3f46c39b47a90cd93f5ee1ff8fa6dc3ee.tar.bz2 gentoo-c4fba8f3f46c39b47a90cd93f5ee1ff8fa6dc3ee.zip |
app-i18n/transifex-client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/transifex-client/transifex-client-0.12.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/transifex-client/transifex-client-0.12.4.ebuild b/app-i18n/transifex-client/transifex-client-0.12.4.ebuild index 5c9871d24b63..44dd3f5483d8 100644 --- a/app-i18n/transifex-client/transifex-client-0.12.4.ebuild +++ b/app-i18n/transifex-client/transifex-client-0.12.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |