summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-08 08:46:06 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-08 08:59:58 +0200
commitbeaad6894c8e018fb02bf6578f4b7bc052314ba1 (patch)
tree85309e6a0b2a25daa171f2c0b368b1e620f87aff
parentAdd remote-id (diff)
downloadgentoo-beaad6894c8e018fb02bf6578f4b7bc052314ba1.tar.gz
gentoo-beaad6894c8e018fb02bf6578f4b7bc052314ba1.tar.bz2
gentoo-beaad6894c8e018fb02bf6578f4b7bc052314ba1.zip
dev-python/certifi: Add pypy3 support
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-python/certifi/certifi-2015.04.28.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/certifi/certifi-2015.04.28.ebuild b/dev-python/certifi/certifi-2015.04.28.ebuild
index 9bab36ba3613..1e8ccc5746e8 100644
--- a/dev-python/certifi/certifi-2015.04.28.ebuild
+++ b/dev-python/certifi/certifi-2015.04.28.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
inherit distutils-r1