dev-python/fonttools: Remove py3.5 from 4.1.0

Closes: https://bugs.gentoo.org/701366
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-28 05:18:00 +01:00
parent 7cd3de5e76
commit 33a987fb84

View File

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