commit: b1f4ac26e6b00a9346247a5adf7be9394eb82a0e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 14 11:39:25 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 14 11:57:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f4ac26
dev-python/six: Fix assertion in distutils_enable_sphinx Closes: https://bugs.gentoo.org/722826 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/six/six-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/six/six-1.14.0.ebuild b/dev-python/six/six-1.14.0.ebuild index de9905e4010..2b7b9e96681 100644 --- a/dev-python/six/six-1.14.0.ebuild +++ b/dev-python/six/six-1.14.0.ebuild @@ -16,5 +16,5 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" -distutils_enable_sphinx documentation +distutils_enable_sphinx documentation --no-autodoc distutils_enable_tests pytest
