dev-python/sphinx: Reenable python3_6
authorMichał Górny <mgorny@gentoo.org>
Mon, 6 Apr 2020 19:05:28 +0000 (21:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 6 Apr 2020 19:06:07 +0000 (21:06 +0200)
My mistake, apparently only pypy3 fails tests.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinx/sphinx-3.0.0.ebuild

index b4d0a3217dc185620de7ea1c99cfb091b628e050..c5058d4ee17b250bb88f6dab23dd86b6d7f3b997 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1