14
0

- Fix conditional Requires and BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=49
This commit is contained in:
2022-08-03 08:02:25 +00:00
committed by Git OBS Bridge
parent 995b5400a1
commit e39b2f1811
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 3 08:01:55 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Fix conditional Requires and BuildRequires.
-------------------------------------------------------------------
Tue Aug 2 15:45:47 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@@ -41,12 +41,11 @@ Requires: python-lxml
Requires: python-python-dateutil
Requires: python-pytz
Requires: python-requests
Requires: python-responses
Suggests: openssh
BuildArch: noarch
%if %python_version_nodots < 38
BuildRequires: %{python_module cached-property}
Requires: python-cached-property
%endif
BuildRequires: %{python_module cached-property if %python-base < 3.8}
Requires: (python-cached-property with python-base < 3.8)
%python_subpackages
%description