commit:     9bd77a7efb8693b698f1d8384ce46951f0391d4b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 13:44:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 13:49:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd77a7e

dev-python/yarl: Port to pypy3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/yarl/yarl-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/yarl/yarl-1.5.1.ebuild 
b/dev-python/yarl/yarl-1.5.1.ebuild
index c521c73e1b2..87144d1075e 100644
--- a/dev-python/yarl/yarl-1.5.1.ebuild
+++ b/dev-python/yarl/yarl-1.5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 
@@ -19,7 +19,7 @@ RDEPEND="
        >=dev-python/idna-2.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
-       ' python3_{6,7})
+       ' python3_{6,7} pypy3)
 "
 
 distutils_enable_tests pytest

Reply via email to