Skip to content

Commit

Permalink
app-i18n/transifex-client: add support for Python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Siebeck <[email protected]>
Closes: gentoo#15566
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
robert7k authored and juippis committed Apr 30, 2020
1 parent d5c2a47 commit 900f731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-i18n/transifex-client/transifex-client-0.13.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1
Expand Down

0 comments on commit 900f731

Please sign in to comment.