Require >= 0.5 of python-installer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=7
This commit is contained in:
Steve Kowalik 2022-06-16 08:25:02 +00:00 committed by Git OBS Bridge
parent 5000b9980b
commit 0b8863642a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Wed Jun 15 01:54:50 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
Thu Jun 16 08:23:59 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.15.2:
* Fix a defect in the resolution preferences that causes an infinite

View File

@ -68,7 +68,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-blinker
Requires: python-click >= 7
Requires: python-installer
Requires: python-installer >= 0.5
Requires: python-packaging
Requires: python-pdm-pep517
Requires: python-pep517
@ -89,7 +89,7 @@ BuildArch: noarch
# SECTION test requirements
%if %{with test}
BuildRequires: %{python_module findpython}
BuildRequires: %{python_module installer}
BuildRequires: %{python_module installer >= 0.5}
BuildRequires: %{python_module pdm}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-mock}