dev-python/pyopenssl: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 16:14:14 +01:00
parent a2b33a947c
commit 87bb2011a4

View File

@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 flag-o-matic