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.
This commit is contained in:
Michał Górny
2017-08-01 21:25:53 +02:00
parent 1214b0df72
commit 0e0fde933d

View 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