summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-23 15:08:18 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-23 15:13:16 +0200
commit92b031462af5a07f2e0980dac9e1476d088cec16 (patch)
treeb1d485686c1aef2bba53547b8807aca79637a08b /dev-python/hypothesis
parentdev-python/hypothesis: Keyword under ALLARCHES policy (diff)
downloadgentoo-92b031462af5a07f2e0980dac9e1476d088cec16.tar.gz
gentoo-92b031462af5a07f2e0980dac9e1476d088cec16.tar.bz2
gentoo-92b031462af5a07f2e0980dac9e1476d088cec16.zip
dev-python/hypothesis: Add pypy3 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r--dev-python/hypothesis/hypothesis-1.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-1.9.0.ebuild b/dev-python/hypothesis/hypothesis-1.9.0.ebuild
index 87c9c8a2712a..eb0b2a531e3e 100644
--- a/dev-python/hypothesis/hypothesis-1.9.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-1.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1