diff options
-rw-r--r-- | dev-python/texttable/texttable-1.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild index d64686e2e5f2..ffc2c5255f69 100644 --- a/dev-python/texttable/texttable-1.6.2.ebuild +++ b/dev-python/texttable/texttable-1.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6..8}} ) +PYTHON_COMPAT=( python3_{6..8} ) inherit distutils-r1 |