commit:     b99a598da30d1bc4df16848fdbc47c225aabaee7
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Aug  6 10:16:50 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:07:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99a598d

dev-python/fonttools: enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fonttools/fonttools-4.26.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/fonttools/fonttools-4.26.1.ebuild 
b/dev-python/fonttools/fonttools-4.26.1.ebuild
index e40813acd25..4d8ca0ed94f 100644
--- a/dev-python/fonttools/fonttools-4.26.1.ebuild
+++ b/dev-python/fonttools/fonttools-4.26.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1 virtualx
@@ -43,6 +43,7 @@ python_prepare_all() {
 }
 
 python_test() {
+       distutils_install_for_testing
        # virtualx used when matplotlib is installed causing plot module tests 
to run
        virtx epytest Tests fontTools
 }

Reply via email to