From 9592a6d7b65de8b3022140ae133ac8e129d6bd29 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 2 Feb 2022 09:57:54 +0100 Subject: dev-python/twisted: 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/twisted/twisted-21.7.0-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-python/twisted') diff --git a/dev-python/twisted/twisted-21.7.0-r1.ebuild b/dev-python/twisted/twisted-21.7.0-r1.ebuild index caadc908ddbe..cba17b0e9bd4 100644 --- a/dev-python/twisted/twisted-21.7.0-r1.ebuild +++ b/dev-python/twisted/twisted-21.7.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 virtualx @@ -57,11 +57,13 @@ BDEPEND=" dev-python/bcrypt[${PYTHON_USEDEP}] >=dev-python/constantly-15.1.0[${PYTHON_USEDEP}] dev-python/cython-test-exception-raiser[${PYTHON_USEDEP}] - dev-python/gmpy[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] net-misc/openssh + $(python_gen_cond_dep ' + dev-python/gmpy[${PYTHON_USEDEP}] + ' 'python*') !alpha? ( !hppa? ( !ia64? ( >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad