dev-python/sphinxcontrib-programoutput: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:28:07 +0000 (19:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:55 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild

index d99ac1bde4ca4f4629232afa9066a47058042285..ef0b07abddcfaa2ffeb5aff24914d45f967f286e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1