summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-30 14:17:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-30 19:05:25 +0100
commit980007694f3bfcc1d97f97199bbef894af6d5ff6 (patch)
treeee51b9002fc5c031b3187e532bce2e80df17977a /dev-python/bleach
parentdev-python/pyflakes: Enable pypy3 (diff)
downloadgentoo-980007694f3bfcc1d97f97199bbef894af6d5ff6.tar.gz
gentoo-980007694f3bfcc1d97f97199bbef894af6d5ff6.tar.bz2
gentoo-980007694f3bfcc1d97f97199bbef894af6d5ff6.zip
dev-python/bleach: Enable pypy3
Diffstat (limited to 'dev-python/bleach')
-rw-r--r--dev-python/bleach/bleach-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bleach/bleach-1.5.0.ebuild b/dev-python/bleach/bleach-1.5.0.ebuild
index 5007bf0090bc..a78d52c06263 100644
--- a/dev-python/bleach/bleach-1.5.0.ebuild
+++ b/dev-python/bleach/bleach-1.5.0.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
inherit distutils-r1