summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-08-06 13:16:50 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-07 16:07:43 +0200
commitb99a598da30d1bc4df16848fdbc47c225aabaee7 (patch)
tree26fc138a4ca204206a584dc215c296c1685cc322 /dev-python
parentb7b0105210394fcb73c0a9a535ba835f3d33d322 (diff)
downloadgentoo-b99a598da30d1bc4df16848fdbc47c225aabaee7.tar.gz
gentoo-b99a598da30d1bc4df16848fdbc47c225aabaee7.tar.bz2
gentoo-b99a598da30d1bc4df16848fdbc47c225aabaee7.zip
dev-python/fonttools: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fonttools/fonttools-4.26.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/fonttools/fonttools-4.26.1.ebuild b/dev-python/fonttools/fonttools-4.26.1.ebuild
index e40813acd252..4d8ca0ed94f0 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
}