From 9efe9052180e77ba3115f94c23f8e34c72d2e603498e6c7a99f2edcc297ed188 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 13:36:56 +0000 Subject: [PATCH] Remove braces OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus-context?expand=0&rev=11 --- python-opencensus-context.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-opencensus-context.spec b/python-opencensus-context.spec index 440f16f..0dd9381 100644 --- a/python-opencensus-context.spec +++ b/python-opencensus-context.spec @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module contextvars if (%{python}-base >= 3.6 and %{python}-base < 3.7)} +BuildRequires: %{python_module contextvars if (%python-base >= 3.6 and %python-base < 3.7)} BuildArch: noarch %if 0%{python_version_nodots} == 36 Requires: python-contextvars