mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user