commit: 1e6fd635220f8becd97ba3492ccd889e91d573fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 07:07:20 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 1 07:30:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6fd635
dev-python/watchfiles: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/watchfiles/watchfiles-0.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/watchfiles/watchfiles-0.13.ebuild
b/dev-python/watchfiles/watchfiles-0.13.ebuild
index 7e1c999bee90..e9c8913d1a1f 100644
--- a/dev-python/watchfiles/watchfiles-0.13.ebuild
+++ b/dev-python/watchfiles/watchfiles-0.13.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
CRATES="
autocfg-1.1.0