dev-python/django: Fix assertion in distutils_enable_sphinx

Closes: https://bugs.gentoo.org/719324
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-14 13:46:42 +02:00
parent b1f4ac26e6
commit 42c202b531
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
)
distutils_enable_sphinx docs
distutils_enable_sphinx docs --no-autodoc
python_test() {
# Tests have non-standard assumptions about PYTHONPATH,

View File

@@ -49,7 +49,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.0.6-bashcomp.patch
)
distutils_enable_sphinx docs
distutils_enable_sphinx docs --no-autodoc
python_test() {
# Tests have non-standard assumptions about PYTHONPATH,