From: Michał Górny Date: Thu, 14 May 2020 11:46:42 +0000 (+0200) Subject: dev-python/django: Fix assertion in distutils_enable_sphinx X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=42c202b531e1aba72c40bd781bdab9ed0b6bc630;p=gentoo.git dev-python/django: Fix assertion in distutils_enable_sphinx Closes: https://bugs.gentoo.org/719324 Signed-off-by: Michał Górny --- diff --git a/dev-python/django/django-2.2.12.ebuild b/dev-python/django/django-2.2.12.ebuild index 7a3345a89f49..2166d02e126f 100644 --- a/dev-python/django/django-2.2.12.ebuild +++ b/dev-python/django/django-2.2.12.ebuild @@ -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, diff --git a/dev-python/django/django-3.0.6.ebuild b/dev-python/django/django-3.0.6.ebuild index 58a0c8ae382f..45e856fec808 100644 --- a/dev-python/django/django-3.0.6.ebuild +++ b/dev-python/django/django-3.0.6.ebuild @@ -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,