summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 21:44:58 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:54:06 +0100
commitdc96fa6ee0db754f730d66aa32555d8545ccf3c3 (patch)
treee2b9a58ec3f2e68d33f7fcbd28190d61416f8edc /dev-python/aiohttp
parentacct-user/geneweb: Add suer for geneweb daemon (diff)
downloadgentoo-dc96fa6ee0db754f730d66aa32555d8545ccf3c3.tar.gz
gentoo-dc96fa6ee0db754f730d66aa32555d8545ccf3c3.tar.bz2
gentoo-dc96fa6ee0db754f730d66aa32555d8545ccf3c3.zip
dev-python/aiohttp-3.6.1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r--dev-python/aiohttp/aiohttp-3.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.6.1.ebuild b/dev-python/aiohttp/aiohttp-3.6.1.ebuild
index 42c6b0667c20..2ce56c98cceb 100644
--- a/dev-python/aiohttp/aiohttp-3.6.1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.6.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1