From 319812b1cec6b0999f74677055a21103b75a543b Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Thu, 13 Oct 2016 20:12:39 -0700 Subject: [PATCH] Remove duplicate and unnecessary pip packages Most of the packages in barbican_pip_packages are already direct requirements of barbican and do not need to be explicitly mentioned here. Additionally, oslo.concurrency was removed as a requirement of barbican with change I17fbd76f218b28030e604475fe7edd140e71831a Change-Id: I8924756e71d932b1a2e8a0a4f2814f5febc195ba --- defaults/main.yml | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 18e826f..7e148c2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -135,40 +135,10 @@ barbican_requires_pip_packages: # packages required to run the barbican service barbican_pip_packages: - - alembic - - Babel - - cffi - - cryptography - - eventlet - - jsonschema - - oslo.concurrency - - oslo.config - - oslo.context - - oslo.i18n - - oslo.messaging - - oslo.middleware - - oslo.log - - oslo.policy - - oslo.serialization - - oslo.service - - oslo.utils - - Paste - - PasteDeploy - - pbr - - pecan - - pycadf - - pycrypto - - python-memcached - - PyMySQL - - pyOpenSSL - - ldap3 - - keystonemiddleware - - six - - SQLAlchemy - - stevedore - - uwsgi - - webob - barbican + - PyMySQL + - python-memcached + - uwsgi # This variable is used by the repo_build process to determine # which host group to check for members of before building the