commit: 3c3808ca2b26b8164e7031ccc0f529e44e32a883
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 2 08:52:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 2 09:26:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3808ca
dev-python/constantly: Add pypy3 love
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/constantly/constantly-15.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/constantly/constantly-15.1.0-r1.ebuild
b/dev-python/constantly/constantly-15.1.0-r1.ebuild
index bccc729c58b6..133779abb9fc 100644
--- a/dev-python/constantly/constantly-15.1.0-r1.ebuild
+++ b/dev-python/constantly/constantly-15.1.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1