17
0

No need to fiddle with versions of PyYAML

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=44
This commit is contained in:
2022-07-04 09:21:48 +00:00
committed by Git OBS Bridge
parent cee112b692
commit bd4ca5daf9

View File

@@ -26,13 +26,7 @@ License: Apache-2.0
Group: System/Management
URL: https://pypi.python.org/pypi/docker-compose
Source0: https://files.pythonhosted.org/packages/source/d/docker-compose/docker-compose-%{version}.tar.gz
%if 0%{?suse_version} < 1599
# Leap 15.4 or older
BuildRequires: %{python_module PyYAML = 5.4.1}
%else
# Tumbleweed
BuildRequires: %{python_module PyYAML >= 5.3.1}
%endif
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module cached-property >= 1.5.1}
BuildRequires: %{python_module ddt >= 1.2.2}
BuildRequires: %{python_module distro >= 1.5.0}