diff --git a/rpmbuild/SPECS/barbican.spec b/rpmbuild/SPECS/barbican.spec index 816590cdd..93e70630e 100644 --- a/rpmbuild/SPECS/barbican.spec +++ b/rpmbuild/SPECS/barbican.spec @@ -18,7 +18,7 @@ Requires(pre): shadow-utils #TODO(dmend): add python-cryptography once it's available Requires: python-alembic, python-babel, python-crypto Requires: python-eventlet, python-iso8601, python-jsonschema -Requires: keystonemiddleware, python-kombu, python-netaddr +Requires: python-keystonemiddleware, python-kombu, python-netaddr Requires: python-oslo-config, python-oslo-messaging Requires: python-paste, python-paste-deploy, python-pbr, python-pecan Requires: python-six, python-sqlalchemy, python-stevedore diff --git a/rpmbuild/package_dependencies.sh b/rpmbuild/package_dependencies.sh index b6cb3db36..1cda53972 100755 --- a/rpmbuild/package_dependencies.sh +++ b/rpmbuild/package_dependencies.sh @@ -10,4 +10,7 @@ export PYENV_VERSION=system fpm -s python -t rpm uWSGI fpm -s python -t rpm cryptography +#TODO(john-wood-w) Remove this dependency once RDO includes it. +fpm -s python -t rpm keystonemiddleware + popd