dev-ada/aws: disable pypy3

Bug: https://bugs.gentoo.org/951000
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-04-10 19:51:05 +02:00
parent 16cf3998bb
commit 02a7aba57a

View File

@@ -4,7 +4,7 @@
EAPI=8
ADA_COMPAT=( gcc_13 gcc_14 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_COMPAT=( python3_{10..13} )
inherit ada python-any-r1 multiprocessing
DESCRIPTION="A complete Web development framework"