diff --git a/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild b/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild index 2e794beb9dc2d..728e09f6394c5 100644 --- a/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_PN="${PN/-toolkit}" MY_PV="${PV/_beta/b}" -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1