Fix fm-rest-api.spec missing buildreq

Without python-devel as build req in the spec if it is build in a mock
transparent build system ussing the CENGN repos:

http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/
	outputs/RPMS/std/
	inputs/RPMS/

And upstream centos: http://mirror.centos.org/centos/7/os/x86_64/

The specfile is incomplete in build req and fails with:

+ %py2_build_wheel /var/tmp/rpm-tmp.XE1zff: line 32: fg: no job control

This patch fix the issue in the specfile 

Closes-Bug: 1828284
Change-Id: I2842d3dd3761d6827e7d1f9563ec92ebe02e10a5
Signed-off-by: VictorRodriguez <vm.rod25@gmail.com>
This commit is contained in:
VictorRodriguez 2019-05-08 13:53:10 -05:00 committed by Al Bailey
parent 2441aededf
commit 81eea299f5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Packager: Wind River <info@windriver.com>
URL: unknown
Source0: %{name}-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python2-pip
BuildRequires: python2-wheel