From 5c0985d02e5380188b2c0f5b0781321203e70a53dd7d428fb75b854bbe3fec1e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 12 Mar 2021 09:29:19 +0000 Subject: [PATCH] No curly braces on python macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=96 --- python-pyzmq.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pyzmq.spec b/python-pyzmq.spec index c6eb66c..9b33d41 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -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