From cacc8ed80b218495e66efb40f3c08eba843a6ead Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 20 Nov 2023 16:33:25 +0100 Subject: [PATCH] dev-python/openpyxl: enable pypy3 Signed-off-by: Andrew Ammerlaan --- dev-python/openpyxl/openpyxl-3.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild index a0eef91dc8da6..f4543fcd05bc8 100644 --- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild +++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1