forked from pool/python-mailman-hyperkitty
Accepting request 1096266 from home:gladiac:mailman
- Fix requirement for mailman3 and python modules OBS-URL: https://build.opensuse.org/request/show/1096266 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman-hyperkitty?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 09:32:57 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Fix requirement for mailman3 and python modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 20:31:18 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
||||
@@ -19,9 +19,11 @@
|
||||
%if 0%{?suse_version} >= 1550
|
||||
# Newest python supported by mailman is Python 3.9 -- https://gitlab.com/mailman/mailman/-/issues/936
|
||||
%define pythons python311
|
||||
%define mypython python311
|
||||
%else
|
||||
%{?sle15_python_module_pythons}
|
||||
%define pythons python311
|
||||
%define mypython python311
|
||||
%endif
|
||||
Name: python-mailman-hyperkitty
|
||||
Version: 1.2.1
|
||||
@@ -35,10 +37,10 @@ Patch0: python-mailman-hyperkitty-fix-archiver-test.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-mailman
|
||||
Requires: python-requests
|
||||
Requires: python-setuptools
|
||||
Requires: python-zope.interface
|
||||
Requires: %{mypython}-requests
|
||||
Requires: %{mypython}-setuptools
|
||||
Requires: %{mypython}-zope.interface
|
||||
Requires: mailman3 >= 3.3.5
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: mailman3 >= 3.3.5
|
||||
|
||||
Reference in New Issue
Block a user