summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:07:30 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 07:16:27 +0100
commit5321fe8125cb439d1039ab962bc4bb4bf544311d (patch)
tree05b3435d73aa207d500b45a5e9d09932e8ce2942 /dev-python
parentdev-python/sphinx_celery: Remove py2 (diff)
downloadgentoo-5321fe8125cb439d1039ab962bc4bb4bf544311d.tar.gz
gentoo-5321fe8125cb439d1039ab962bc4bb4bf544311d.tar.bz2
gentoo-5321fe8125cb439d1039ab962bc4bb4bf544311d.zip
dev-python/sphinxcontrib-asyncio: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
index 524e0b9d2a41..58ce0d6ada8b 100644
--- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="sphinx extension to support coroutines in markup"