diff options
author | Ming Dai <radaiming@gmail.com> | 2016-03-28 16:55:44 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-03-28 21:16:37 +0800 |
commit | 5dcb3f3f5a5cf8055cfd05aba23d0101774f77cc (patch) | |
tree | bcdc282f78377af670be9093e13bb9ff01f95598 /dev-python/aiohttp | |
parent | www-servers/gunicorn: add Python 3.5 support (diff) | |
download | gentoo-5dcb3f3f5a5cf8055cfd05aba23d0101774f77cc.tar.gz gentoo-5dcb3f3f5a5cf8055cfd05aba23d0101774f77cc.tar.bz2 gentoo-5dcb3f3f5a5cf8055cfd05aba23d0101774f77cc.zip |
dev-python/aiohttp: add Python 3.5 support
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1152
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-0.21.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-0.21.5.ebuild b/dev-python/aiohttp/aiohttp-0.21.5.ebuild index ab8be7d6cd66..f028aa72c5f5 100644 --- a/dev-python/aiohttp/aiohttp-0.21.5.ebuild +++ b/dev-python/aiohttp/aiohttp-0.21.5.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 |