From ff92243f44724835a3064e088a83906dee0e572eb744f00462801b62bf23b7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 2 Nov 2023 12:33:49 +0000 Subject: [PATCH] fix deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=71 --- python-HyperKitty.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/python-HyperKitty.spec b/python-HyperKitty.spec index f1cd895..36d2dfa 100644 --- a/python-HyperKitty.spec +++ b/python-HyperKitty.spec @@ -77,7 +77,6 @@ BuildRequires: %{python_module django-debug-toolbar >= 2.2} BuildRequires: %{python_module django-extensions >= 1.3.7} BuildRequires: %{python_module django-gravatar2 >= 1.0.6} BuildRequires: %{python_module isort} -BuildRequires: %{python_module libsass} BuildRequires: %{python_module mailmanclient >= 3.3.2} BuildRequires: %{python_module mistune >= 2.0} BuildRequires: %{python_module setuptools} @@ -95,11 +94,11 @@ BuildArch: noarch BuildRequires: python3-packaging %endif # SECTION test requirements -BuildRequires: %{python_module Django >= 1.11} +BuildRequires: %{python_module Django >= 3.2} BuildRequires: %{python_module Whoosh >= 2.5.7} BuildRequires: %{python_module beautifulsoup4 >= 4.3.2} BuildRequires: %{python_module django-haystack >= 2.8.0} -BuildRequires: %{python_module django-mailman3 >= 1.3.8} +BuildRequires: %{python_module django-mailman3 >= 1.3.10} BuildRequires: %{python_module django-q >= 1.3.9} BuildRequires: %{python_module djangorestframework >= 3.0.0} BuildRequires: %{python_module elasticsearch} @@ -119,18 +118,17 @@ A web interface to access GNU Mailman v3 archives. %package -n %{hyperkitty_pkgname} Summary: A web interface to access GNU Mailman v3 archives -Requires: %{mypython}-Django >= 1.11 +Requires: %{mypython}-Django >= 3.2 Requires: %{mypython}-Whoosh Requires: %{mypython}-django-compressor >= 1.3 Requires: %{mypython}-django-debug-toolbar >= 2.2 Requires: %{mypython}-django-extensions >= 1.3.7 Requires: %{mypython}-django-gravatar2 >= 1.0.6 Requires: %{mypython}-django-haystack >= 2.8.0 -Requires: %{mypython}-django-mailman3 >= 1.3.7 +Requires: %{mypython}-django-mailman3 >= 1.3.10 Requires: %{mypython}-django-q >= 1.3.9 Requires: %{mypython}-djangorestframework >= 3.0.0 Requires: %{mypython}-flufl.lock -Requires: %{mypython}-libsass Requires: %{mypython}-mailmanclient >= 3.3.2 Requires: %{mypython}-mistune Requires: %{mypython}-networkx >= 1.9.1