diff options
author | 2020-05-14 13:46:42 +0200 | |
---|---|---|
committer | 2020-05-14 13:57:15 +0200 | |
commit | 42c202b531e1aba72c40bd781bdab9ed0b6bc630 (patch) | |
tree | bae74fa701cda8eff4b41a96439cc1a9cd11123b /dev-python/django | |
parent | dev-python/six: Fix assertion in distutils_enable_sphinx (diff) | |
download | gentoo-42c202b531e1aba72c40bd781bdab9ed0b6bc630.tar.gz gentoo-42c202b531e1aba72c40bd781bdab9ed0b6bc630.tar.bz2 gentoo-42c202b531e1aba72c40bd781bdab9ed0b6bc630.zip |
dev-python/django: Fix assertion in distutils_enable_sphinx
Closes: https://bugs.gentoo.org/719324
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-2.2.12.ebuild | 2 | ||||
-rw-r--r-- | 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 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, |