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:
jfwood
2014-01-15 18:41:11 -06:00
parent 1ad335a183
commit 95a335d98d
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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
# ---------------------