Accepting request 986328 from home:gladiac:mailman3

- Fix django warning that timeout is bigger than retry
  * Added hyperkitty-fix-qcluster-timeout.patch

OBS-URL: https://build.opensuse.org/request/show/986328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=54
This commit is contained in:
2022-07-02 07:10:08 +00:00
committed by Git OBS Bridge
parent 0c5be80971
commit bf1e8fe2ee
3 changed files with 33 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ Patch1: hyperkitty-fix-mistune-2.0-imports.patch
Patch2: hyperkitty-django4.patch
# https://gitlab.com/mailman/hyperkitty/-/issues/429
Patch3: python-HyperKitty-no-mock.patch
# https://gitlab.com/mailman/hyperkitty/-/commit/3edc0c58b8dea3b0bdccd77c0794ada28d1c6f61
Patch4: hyperkitty-fix-qcluster-timeout.patch
#
BuildRequires: %{python_module django-debug-toolbar >= 2.2}
BuildRequires: %{python_module isort}
@@ -162,6 +164,7 @@ rsync -a example_project/* build_static_files
%patch0 -p1
%patch1 -p1
%patch3 -p1
%patch4 -p1
%build
sed -i 's|^#!/usr/bin/env.*|#!%{_bindir}/python3|' \