dev-python/django: Backport HTMLParser test fixes to older slots

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-07 16:13:59 +02:00
parent 36b40adc9f
commit 0c1f427be1
2 changed files with 4 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ PATCHES=(
"${FILESDIR}"/django-5.1-more-pypy3.patch
# https://code.djangoproject.com/ticket/34900
"${FILESDIR}"/django-4.2.21-py313.patch
# https://github.com/django/django/pull/19639
"${FILESDIR}"/django-5.2.5-htmlparser.patch
)
distutils_enable_sphinx docs --no-autodoc

View File

@@ -54,6 +54,8 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/django-4.0-bashcomp.patch
# https://github.com/django/django/pull/19639
"${FILESDIR}"/django-5.2.5-htmlparser.patch
)
distutils_enable_sphinx docs --no-autodoc