dev-python/sphinxcontrib-github-alt: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:08:06 +0000 (07:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:30 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild

index 6498da59cc6bd471d9008e5581ac80757c466ef3..b1a9271990b05d8de01ff9f9778407b804b45aea 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7}  )
+PYTHON_COMPAT=( python3_{6,7}  )
 
 inherit distutils-r1