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:
parent
bdefb3cc61
commit
4990604100
@ -19,8 +19,8 @@ BuildArch: noarch
|
|||||||
Requires: fuel-nailgun
|
Requires: fuel-nailgun
|
||||||
Requires: python-alembic
|
Requires: python-alembic
|
||||||
Requires: python-flask
|
Requires: python-flask
|
||||||
Requires: python-flask-sqlalchemy
|
Requires: python2-flask-sqlalchemy
|
||||||
Requires: python-flask-restful
|
Requires: python2-flask-restful
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides extension to the Nailgun API. This extension allows to
|
This package provides extension to the Nailgun API. This extension allows to
|
||||||
|
Loading…
Reference in New Issue
Block a user