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 <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-01-21 11:41:13 -06:00
parent 02a4f12dc4
commit dd7fa2eff3
1 changed files with 1 additions and 0 deletions

View File

@ -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