Accepting request 981948 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/981948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-MarkupSafe?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2022-06-13 11:01:52 +00:00 committed by Git OBS Bridge
commit 3d56cc14a7
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