From 0e0fde933d2624a9836475749dfe4ab0bc8a7b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 1 Aug 2017 21:25:53 +0200 Subject: [PATCH] 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. --- dev-python/pyopenssl/pyopenssl-17.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild b/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild index eab5e33ab1c39..cb44f4c33eca6 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