diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-08 12:46:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-08 13:09:51 +0200 |
commit | 0f53ec83c4086e93dc9f4bd41c9d10f25e0fe285 (patch) | |
tree | 57f4841238c9e1428a61782466b4db4008a03cfd /dev-python/watchgod | |
parent | dev-python/pytest-toolbox: Switch to PEP517 build (diff) | |
download | gentoo-0f53ec83c4086e93dc9f4bd41c9d10f25e0fe285.tar.gz gentoo-0f53ec83c4086e93dc9f4bd41c9d10f25e0fe285.tar.bz2 gentoo-0f53ec83c4086e93dc9f4bd41c9d10f25e0fe285.zip |
dev-python/watchgod: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchgod')
-rw-r--r-- | dev-python/watchgod/watchgod-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchgod/watchgod-0.8.1.ebuild b/dev-python/watchgod/watchgod-0.8.1.ebuild index d75856fbbcf3..be3e64483bb4 100644 --- a/dev-python/watchgod/watchgod-0.8.1.ebuild +++ b/dev-python/watchgod/watchgod-0.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Simple, modern file watching and code reload in Python" |