dev-python/fonttools: Add Python 3.7 support

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2019-09-14 13:53:48 -07:00
parent 02a5af9116
commit acf9d96add
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1 virtualx

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{3_5,3_6} )
PYTHON_COMPAT=( python{3_5,3_6,3_7} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1 virtualx