From 3513d202c2b604f02f11029cc819b02add342279 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 2 Feb 2022 10:01:24 +0100 Subject: dev-python/h2: Add pypy3 love MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/h2/h2-3.2.0.ebuild | 2 +- dev-python/h2/h2-4.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/h2') diff --git a/dev-python/h2/h2-3.2.0.ebuild b/dev-python/h2/h2-3.2.0.ebuild index d4de0862f68b..7af9708ba47f 100644 --- a/dev-python/h2/h2-3.2.0.ebuild +++ b/dev-python/h2/h2-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 MY_P=hyper-h2-${PV} diff --git a/dev-python/h2/h2-4.1.0.ebuild b/dev-python/h2/h2-4.1.0.ebuild index 4f1b0e741c5c..dd6cae8afef8 100644 --- a/dev-python/h2/h2-4.1.0.ebuild +++ b/dev-python/h2/h2-4.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="HTTP/2 State-Machine based protocol implementation" -- cgit v1.2.3-65-gdbad