dev-python/pyopenssl: Tested on pypy & pypy3
authorMichał Górny <mgorny@gentoo.org>
Tue, 1 Aug 2017 19:25:53 +0000 (21:25 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 Aug 2017 20:06:52 +0000 (22:06 +0200)
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

index eab5e33ab1c39c64bb459ea08b2c4be0090535f6..cb44f4c33eca68c6719a6599c83dc0fa72ad711e 100644 (file)
@@ -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