commit: 74c27bf1d5e9deca76e16831f0c514254aefbc5e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 14:37:45 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 14:38:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c27bf1
dev-python/segno: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/segno/segno-1.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/segno/segno-1.5.3.ebuild
b/dev-python/segno/segno-1.5.3.ebuild
index 0baab6f31e45..3481fe1dd4a3 100644
--- a/dev-python/segno/segno-1.5.3.ebuild
+++ b/dev-python/segno/segno-1.5.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1