dev-python/awscli: Remove Python 2 support

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-18 19:27:33 +01:00
parent 15c40aeb96
commit 0260b003b8

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit bash-completion-r1 distutils-r1