diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-14 13:39:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-14 13:57:14 +0200 |
commit | b1f4ac26e6b00a9346247a5adf7be9394eb82a0e (patch) | |
tree | b3d5e48dcb06d163bb1dfba3762a1c25e1748fb7 /dev-python/six | |
parent | sys-libs/glibc: In git version, pull patches directly from git too (diff) | |
download | gentoo-b1f4ac26e6b00a9346247a5adf7be9394eb82a0e.tar.gz gentoo-b1f4ac26e6b00a9346247a5adf7be9394eb82a0e.tar.bz2 gentoo-b1f4ac26e6b00a9346247a5adf7be9394eb82a0e.zip |
dev-python/six: Fix assertion in distutils_enable_sphinx
Closes: https://bugs.gentoo.org/722826
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/six')
-rw-r--r-- | dev-python/six/six-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/six/six-1.14.0.ebuild b/dev-python/six/six-1.14.0.ebuild index de9905e4010a..2b7b9e966813 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 |