diff options
author | 2022-04-08 13:01:04 +0200 | |
---|---|---|
committer | 2022-04-08 13:09:53 +0200 | |
commit | 0c761509090c2bd4965084ba386fd3ebcd2ea619 (patch) | |
tree | bc876bf2911abc60b1730a14010821be53e77a83 /dev-python/wsproto | |
parent | dev-python/watchgod: Enable pypy3 (diff) | |
download | gentoo-0c761509090c2bd4965084ba386fd3ebcd2ea619.tar.gz gentoo-0c761509090c2bd4965084ba386fd3ebcd2ea619.tar.bz2 gentoo-0c761509090c2bd4965084ba386fd3ebcd2ea619.zip |
dev-python/wsproto: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wsproto')
-rw-r--r-- | dev-python/wsproto/wsproto-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wsproto/wsproto-1.1.0.ebuild b/dev-python/wsproto/wsproto-1.1.0.ebuild index 00807d1900fc..b20c98f546b7 100644 --- a/dev-python/wsproto/wsproto-1.1.0.ebuild +++ b/dev-python/wsproto/wsproto-1.1.0.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 |