dev-python/sphinx-better-theme: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:06:46 +0000 (07:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:24 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild

index b481f9d4f4357421d74cebec2133e570935dd063..145af221c38b15a1df1c0aebc5b760c636fd20a3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1