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:
parent
2441aededf
commit
81eea299f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user