Add RPM package dependencies needed for Barbican API/Worker nodes.
Add FPM packaging of olso.messaging, and include it and pbr in the RPM SPEC file dependencies list. Change-Id: Iac5b0ac0bed163f82a2e512403cc2ac845e9dadb
This commit is contained in:
@@ -18,8 +18,8 @@ Requires(pre): shadow-utils
|
||||
Requires: python-alembic, python-crypto, python-dateutil
|
||||
Requires: python-eventlet, python-falcon, python-iso8601, python-jsonschema
|
||||
Requires: python-keystoneclient, python-kombu, python-oslo.config, python-paste-deploy
|
||||
Requires: python-pysqlite, python-sqlalchemy, python-stevedore
|
||||
Requires: python-uwsgi, python-webob, python-netaddr, python-babel
|
||||
Requires: python-pysqlite, python-sqlalchemy, python-stevedore, python-oslo.messaging
|
||||
Requires: python-uwsgi, python-webob, python-netaddr, python-babel, python-pbr
|
||||
|
||||
%description
|
||||
Common files for Barbican Key Management API (barbican-api) and
|
||||
|
||||
@@ -29,6 +29,11 @@ fpm -s python -t rpm SQLAlchemy
|
||||
# --> python-sqlalchemy 0.5.5-3.el6_2 exists, but is incompatible
|
||||
fpm -s python -t rpm alembic
|
||||
|
||||
# oslo.messaging
|
||||
wget http://tarballs.openstack.org/oslo.messaging/oslo.messaging-1.3.0a1.tar.gz
|
||||
tar -zxvf oslo.messaging-1.3.0a1.tar.gz
|
||||
fpm -s python -t rpm oslo.messaging-1.3.0a1/setup.py
|
||||
|
||||
# ---------------------
|
||||
# Indirect dependencies
|
||||
# ---------------------
|
||||
|
||||
Reference in New Issue
Block a user