14
0
2022-08-03 12:50:45 +00:00
committed by Git OBS Bridge
parent 7dc1889b97
commit bd04719e47

View File

@@ -27,7 +27,6 @@ Group: Development/Languages/Python
URL: https://github.com/crazyscientist/osc-tiny URL: https://github.com/crazyscientist/osc-tiny
Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module cached-property}
BuildRequires: %{python_module lxml} BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-dateutil}
@@ -46,6 +45,7 @@ Requires: python-responses
Suggests: openssh Suggests: openssh
BuildArch: noarch BuildArch: noarch
# Using 'if' instead of 'with' because the latter requires rpm >= 4.14 # Using 'if' instead of 'with' because the latter requires rpm >= 4.14
BuildRequires: %{python_module cached-property if %python-base < 3.8}
Requires: (python-cached-property if python-base < 3.8) Requires: (python-cached-property if python-base < 3.8)
%python_subpackages %python_subpackages