diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-30 14:17:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-30 19:05:25 +0100 |
commit | 980007694f3bfcc1d97f97199bbef894af6d5ff6 (patch) | |
tree | ee51b9002fc5c031b3187e532bce2e80df17977a /dev-python/bleach | |
parent | dev-python/pyflakes: Enable pypy3 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |