net-analyzer/flent: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-26 21:15:13 +02:00
parent fd82bd4031
commit 255bd39eae

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
inherit distutils-r1