diff options
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.0.ebuild b/dev-python/texttable/texttable-1.6.0.ebuild index feb6ae0d9242..7b84c8a238b9 100644 --- a/dev-python/texttable/texttable-1.6.0.ebuild +++ b/dev-python/texttable/texttable-1.6.0.ebuild @@ -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 |