dev-python/sphinxcontrib-asyncio-0.2.0-r2: python 3.8 support added.

Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2019-12-30 22:39:20 +01:00
parent ef966d23db
commit 0bb68f8ff4

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit distutils-r1
DESCRIPTION="sphinx extension to support coroutines in markup"