Accepting request 981487 from home:gladiac:mailman3

- Require python 3.6. There is no need to require a newer version and
  this way it builds on openSUSE Leap >= 15.3

OBS-URL: https://build.opensuse.org/request/show/981487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=37
This commit is contained in:
Matej Cepl 2022-06-09 21:23:00 +00:00 committed by Git OBS Bridge
parent de68846ff2
commit 528d63b8d6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 9 07:59:18 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
- Require python 3.6. There is no need to require a newer version and
this way it builds on openSUSE Leap >= 15.3
-------------------------------------------------------------------
Fri Mar 18 22:31:50 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -32,7 +32,7 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-base >= 3.7
Requires: python-base >= 3.6
%if %{with test}
BuildRequires: %{python_module pytest}
%endif