dev-python/Babel: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 18:35:01 +01:00
parent b8e92c33ba
commit 1621d952a6

View File

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