From fea037dfb0a2c724d8d64579610db1e42fa0239441f69aec7b1839bf2ca77edf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 15 Mar 2023 17:51:40 +0000 Subject: [PATCH] Add missing 0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=40 --- python-marshmallow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-marshmallow.spec b/python-marshmallow.spec index fc05671..b121db2 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -37,7 +37,7 @@ Suggests: python-python-dateutil Suggests: python-simplejson BuildArch: noarch # SECTION doc build requirements -%if 0%{?suse_version} == 1500 && %{?sle_version} >= 150400 +%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400 BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module alabaster} BuildRequires: %{python_module sphinx-issues}