Add new dependencies to rpm.

Change-Id: I898ebff979c595fd462dbc47cbc11a94c75a75d6
This commit is contained in:
Douglas Mendizabal
2013-08-21 13:15:12 -05:00
parent 8a15a923d6
commit e2f2d95076
2 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ Requires: python-alembic, python-celery, 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-psycopg2, python-pysqlite, python-sqlalchemy, python-stevedore
Requires: python-uwsgi, python-webob
Requires: python-uwsgi, python-webob, python-netaddr, python-babel
%description
Common files for Barbican Key Management API (barbican-api) and

View File

@@ -35,6 +35,10 @@ fpm -s python -t rpm alembic
# Indirect dependencies
# ---------------------
# oslo copy-pasta depends on
# fpm -s python -t rpm netaddr
fpm -s python -t rpm Babel
# python-alembic
fpm -s python -t rpm mako
# --> mako needs markupsafe