From dd7fa2eff312f22d8884ad46c8055133037f553b Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Mon, 21 Jan 2019 11:41:13 -0600 Subject: [PATCH] Fix random build failures in cgts-client for missing pbr When cgts-client builds, if the mock env does not have pbr it will attempt to download it, which fails due to lack of networking. This fix properly adds the missing build requirement for pbr Story: 2004515 Task: 28997 Change-Id: I758161526d11411654d5d404a2d0a95425e7117a Signed-off-by: Al Bailey --- sysinv/cgts-client/centos/cgts-client.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/sysinv/cgts-client/centos/cgts-client.spec b/sysinv/cgts-client/centos/cgts-client.spec index a290cf72d3..375c683d6d 100644 --- a/sysinv/cgts-client/centos/cgts-client.spec +++ b/sysinv/cgts-client/centos/cgts-client.spec @@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: git BuildRequires: python-setuptools +BuildRequires: python-pbr BuildRequires: python2-pip BuildRequires: python2-wheel Requires: python-httplib2