commit:     443b2f4d91260b27f78fff96f39727733d005a81
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 13:28:04 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 13:59:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443b2f4d

sci-libs/pastix-6.0.3: enable py3.10

Using this Python version causes the sandbox to complain once per each
Python test - but interestingly enough the tests are able to recover and
produce expected results anyway. Without sandbox all is quiet.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sci-libs/pastix/pastix-6.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild 
b/sci-libs/pastix/pastix-6.0.3.ebuild
index bf965e7b51c..a711d69037f 100644
--- a/sci-libs/pastix/pastix-6.0.3.ebuild
+++ b/sci-libs/pastix/pastix-6.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_9 )
+PYTHON_COMPAT=( python3_{9,10} )
 
 inherit cmake fortran-2 python-single-r1
 

Reply via email to