summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Dai <radaiming@gmail.com>2016-03-28 16:55:44 +0800
committerIan Delaney <idella4@gentoo.org>2016-03-28 21:16:37 +0800
commit5dcb3f3f5a5cf8055cfd05aba23d0101774f77cc (patch)
treebcdc282f78377af670be9093e13bb9ff01f95598
parentwww-servers/gunicorn: add Python 3.5 support (diff)
downloadgentoo-5dcb3f3f.tar.gz
gentoo-5dcb3f3f.tar.bz2
gentoo-5dcb3f3f.zip
dev-python/aiohttp: add Python 3.5 support
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1152
-rw-r--r--dev-python/aiohttp/aiohttp-0.21.5.ebuild2
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