dev-python/colorama: Remove python2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-20 10:29:16 +02:00
parent 5d0814a9f2
commit 48a8f10dc7

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} )
PYTHON_COMPAT=( pypy3 python3_{6..9} )
inherit distutils-r1