From 74c2eb48267be653a5f48cd755ef547c3250c0a226379ecbce66242fae621527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 19 Jul 2019 10:23:43 +0000 Subject: [PATCH] Accepting request 717013 from home:glaubitz:branches:devel:languages:python - Fix build on SLE-12 + Add python to BuildRequires for suse_version < 1500 OBS-URL: https://build.opensuse.org/request/show/717013 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=17 --- python-amqpstorm.changes | 6 ++++++ python-amqpstorm.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-amqpstorm.changes b/python-amqpstorm.changes index 2b28a27..f1f387a 100644 --- a/python-amqpstorm.changes +++ b/python-amqpstorm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 19 10:19:40 UTC 2019 - John Paul Adrian Glaubitz + +- Fix build on SLE-12 + + Add python to BuildRequires for suse_version < 1500 + ------------------------------------------------------------------- Fri Jun 7 14:46:15 UTC 2019 - Marketa Calabkova diff --git a/python-amqpstorm.spec b/python-amqpstorm.spec index 1d55dee..ada63ca 100644 --- a/python-amqpstorm.spec +++ b/python-amqpstorm.spec @@ -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}