From bd4ca5daf9cfed533373dd3e32c6d280a5a3bf33fc2f86a556cb7bac285fabf5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 4 Jul 2022 09:21:48 +0000 Subject: [PATCH] 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 --- python-docker-compose.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/python-docker-compose.spec b/python-docker-compose.spec index cc65187..a3ffef7 100644 --- a/python-docker-compose.spec +++ b/python-docker-compose.spec @@ -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}