dev-python/texttable: [QA] Normalize PYTHON_COMPAT

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Mikle Kolyada
2019-02-08 18:51:38 +03:00
parent be5f5ae7bc
commit a100b340da

View File

@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5..7}} )
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1