summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-30 19:20:56 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-30 19:52:25 +0100
commitc78ea4611e4e4d8f9530fe889f012eb2fc86ac17 (patch)
treee2a5ef6f08e1bfa72a8365113dd9ba97b472a13f /dev-python
parentapp-admin/puppet: bup (diff)
downloadgentoo-c78ea4611e4e4d8f9530fe889f012eb2fc86ac17.tar.gz
gentoo-c78ea4611e4e4d8f9530fe889f012eb2fc86ac17.tar.bz2
gentoo-c78ea4611e4e4d8f9530fe889f012eb2fc86ac17.zip
dev-python/virtualenv: Enable pypy3
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/virtualenv/virtualenv-15.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
index 3db54117a789..b5c41f5f7a87 100644
--- a/dev-python/virtualenv/virtualenv-15.1.0.ebuild
+++ b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
inherit distutils-r1