commit: 42c202b531e1aba72c40bd781bdab9ed0b6bc630 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 14 11:46:42 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 14 11:57:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c202b5
dev-python/django: Fix assertion in distutils_enable_sphinx Closes: https://bugs.gentoo.org/719324 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django/django-2.2.12.ebuild | 2 +- dev-python/django/django-3.0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django/django-2.2.12.ebuild b/dev-python/django/django-2.2.12.ebuild index 7a3345a89f4..2166d02e126 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 58a0c8ae382..45e856fec80 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,
