No curly braces on python macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=96
This commit is contained in:
Matej Cepl 2021-03-12 09:29:19 +00:00 committed by Git OBS Bridge
parent c76bc5642a
commit 5c0985d02e

View File

@ -45,11 +45,11 @@ BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module simplejson}
BuildRequires: %{python_module tornado}
BuildRequires: %{python_module numpy if (%{python}-base without python36-base)}
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
# /SECTION
# SECTION pypy3 is not in openSUSE at the moment, it would use the cffi backend
BuildRequires: %{python_module cffi if (%{python} with pypy3)}
BuildRequires: %{python_module py if (%{python} with pypy3)}
BuildRequires: %{python_module cffi if (%python with pypy3)}
BuildRequires: %{python_module py if (%python with pypy3)}
%if "%{python_flavor}" == "pypy3"
Requires: python-cffi
Requires: python-py