From: Michał Górny Date: Tue, 1 Aug 2017 19:25:53 +0000 (+0200) Subject: dev-python/pyopenssl: Tested on pypy & pypy3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0e0fde933d2624a9836475749dfe4ab0bc8a7b5b;p=gentoo.git dev-python/pyopenssl: Tested on pypy & pypy3 The test suite gives me one test failure (TestX509StoreContext.test_verify_with_time), same for all Python implementations. --- diff --git a/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild b/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild index eab5e33ab1c3..cb44f4c33eca 100644 --- a/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild +++ b/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 flag-o-matic