dev-python/python-caja: Remove py2.7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-07 17:05:14 +02:00
parent 488cef63d7
commit 6bd1de0e2f

View File

@@ -4,7 +4,7 @@
EAPI=6
MATE_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit mate python-single-r1