Add python2- prefix to RPM dependencies

Fuel infra builds python 2.7 packages with prefix python2-.
Add prefix to names of the required packages in build spec.

Related-bug: 1561166
Change-Id: Ie6120e4b1468c4aaeee77be3042b47607377a14d
This commit is contained in:
Oleg Gelbukh 2016-04-01 13:49:26 +03:00 committed by Yuriy Taraday
parent bdefb3cc61
commit 4990604100
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ BuildArch: noarch
Requires: fuel-nailgun
Requires: python-alembic
Requires: python-flask
Requires: python-flask-sqlalchemy
Requires: python-flask-restful
Requires: python2-flask-sqlalchemy
Requires: python2-flask-restful
%description
This package provides extension to the Nailgun API. This extension allows to