
[Patch 2/3] update to version 5.30.6-1 Story: 2004522 Task: 28400 Depends-On: https://review.openstack.org/#/c/627755/ Change-Id: Iea2e5ee2fce293ed37d412557eaad4403ae491bd Signed-off-by: SidneyAn <ran1.an@intel.com>
46 lines
1.5 KiB
Diff
46 lines
1.5 KiB
Diff
From 7473db64725de270d899a5ec35801c25f5ba54b1 Mon Sep 17 00:00:00 2001
|
|
From: jmckenna <jason.mckenna@windriver.com>
|
|
Date: Thu, 7 Dec 2017 09:10:31 -0500
|
|
Subject: [PATCH] refactor patch "fix pifpaf build error"
|
|
|
|
---
|
|
SPECS/python-oslo-messaging.spec | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/SPECS/python-oslo-messaging.spec b/SPECS/python-oslo-messaging.spec
|
|
index abc5dce..627a1be 100644
|
|
--- a/SPECS/python-oslo-messaging.spec
|
|
+++ b/SPECS/python-oslo-messaging.spec
|
|
@@ -55,6 +55,7 @@ BuildRequires: python-tenacity
|
|
BuildRequires: python-testrepository
|
|
BuildRequires: python-testscenarios
|
|
BuildRequires: python-testtools
|
|
+BuildRequires: python2-pifpaf
|
|
|
|
|
|
Requires: python-amqp >= 2.1.0
|
|
@@ -144,6 +145,7 @@ Requires: python-oslotest
|
|
Requires: python-testrepository
|
|
Requires: python-testscenarios
|
|
Requires: python-testtools
|
|
+Requires: python2-pifpaf
|
|
|
|
%description -n python2-%{pkg_name}-tests
|
|
Tests for the OpenStack common messaging library.
|
|
@@ -174,6 +176,7 @@ BuildRequires: python3-tenacity
|
|
BuildRequires: python3-testrepository
|
|
BuildRequires: python3-testscenarios
|
|
BuildRequires: python3-testtools
|
|
+BuildRequires: python3-pifpaf
|
|
|
|
Requires: python3-amqp >= 2.1.0
|
|
Requires: python3-debtcollector >= 1.2.0
|
|
@@ -228,6 +231,7 @@ Requires: python3-oslotest
|
|
Requires: python3-testrepository
|
|
Requires: python3-testscenarios
|
|
Requires: python3-testtools
|
|
+Requires: python3-pifpaf
|
|
|
|
%description -n python3-%{pkg_name}-tests
|
|
Tests for the OpenStack common messaging library.
|