15
0

Accepting request 717016 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/717016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqpstorm?expand=0&rev=7
This commit is contained in:
2019-07-21 09:34:33 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 19 10:19:40 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Fix build on SLE-12
+ Add python to BuildRequires for suse_version < 1500
-------------------------------------------------------------------
Fri Jun 7 14:46:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -25,6 +25,9 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/eandersson/amqpstorm
Source: https://files.pythonhosted.org/packages/source/A/AMQPStorm/AMQPStorm-%{version}.tar.gz
%if 0%{?suse_version} < 1500
BuildRequires: python
%endif
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose-timer}
BuildRequires: %{python_module nose}