dev-python/requests: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 17:27:58 +01:00
parent 8e567eaad7
commit 2caa59d8d0

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