forked from pool/python-osc-tiny
- 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:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user