From bc8feb5c80bcdf84ba2180c2b2ca2aa850153c05 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 17 Nov 2023 16:26:51 +0100 Subject: [PATCH] dev-python/diff-match-patch: enable pypy3 Signed-off-by: Andrew Ammerlaan --- dev-python/diff-match-patch/diff-match-patch-20230430.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild index b39a0daf8b914..e5b7eaf2b46e5 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi