From b4ee41ab67868928de0474ce6fb7d4c2c973e1dda14559ab45c55328de78ad54 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Feb 2018 21:32:19 +0000 Subject: [PATCH] Accepting request 580750 from home:aplanas:branches:devel:languages:python - Recommends only for SUSE OBS-URL: https://build.opensuse.org/request/show/580750 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=60 --- python-pyzmq.changes | 5 +++++ python-pyzmq.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 97fb009..9fbc318 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 18:03:10 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Sat Feb 10 17:31:28 UTC 2018 - arun@gmx.de diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 51121d9..5cb9648 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -24,7 +24,7 @@ Name: python-pyzmq Version: 17.0.0 Release: 0 Summary: Python bindings for 0MQ -License: LGPL-3.0+ and BSD-3-Clause +License: LGPL-3.0-or-later AND BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/zeromq/pyzmq Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz @@ -48,6 +48,7 @@ BuildRequires: zeromq-devel # Test requirements BuildRequires: %{python_module nose} Requires: python +%if 0%{?suse_version} >= 1000 Recommends: python-cffi Recommends: python-gevent Recommends: python-numpy @@ -57,6 +58,7 @@ Recommends: python-simplejson Recommends: python-tornado Recommends: python-paramiko Recommends: zeromq +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages