summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-30 17:27:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-30 19:05:39 +0100
commit2caa59d8d0cd65c0faf3ea1be308735fc37813bd (patch)
tree9b1307a6ff22daae5214ec70d6e8185a0744ac2f /dev-python/requests
parentdev-python/urllib3: Enable pypy3 (diff)
downloadgentoo-2caa59d8d0cd65c0faf3ea1be308735fc37813bd.tar.gz
gentoo-2caa59d8d0cd65c0faf3ea1be308735fc37813bd.tar.bz2
gentoo-2caa59d8d0cd65c0faf3ea1be308735fc37813bd.zip
dev-python/requests: Enable pypy3
Diffstat (limited to 'dev-python/requests')
-rw-r--r--dev-python/requests/requests-2.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests/requests-2.11.1.ebuild b/dev-python/requests/requests-2.11.1.ebuild
index 9ebb871564b5..d3c575509fce 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