commit: 2caa59d8d0cd65c0faf3ea1be308735fc37813bd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 30 16:27:58 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 30 18:05:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caa59d8
dev-python/requests: Enable pypy3 dev-python/requests/requests-2.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests/requests-2.11.1.ebuild b/dev-python/requests/requests-2.11.1.ebuild index 9ebb871..d3c5755 100644 --- a/dev-python/requests/requests-2.11.1.ebuild +++ b/dev-python/requests/requests-2.11.1.ebuild @@ -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