Merge "openstack-base: add several popular python modules"

This commit is contained in:
Zuul 2019-06-18 18:48:43 +00:00 committed by Gerrit Code Review
commit fc55b1b173
1 changed files with 10 additions and 0 deletions

View File

@ -274,16 +274,19 @@ ENV DEBIAN_FRONTEND noninteractive
'MarkupSafe',
'Paste',
'PasteDeploy',
'PyNaCl',
'PyYAML',
'Routes',
'SQLAlchemy',
'Tempita',
'WebOb',
'WSME',
'alembic',
'amqp',
'anyjson',
'aodhclient',
'appdirs',
'bcrypt',
'cachetools',
'cliff',
'cmd2',
@ -306,6 +309,7 @@ ENV DEBIAN_FRONTEND noninteractive
'keystoneauth1',
'keystonemiddleware',
'kombu',
'logutils',
'monotonic',
'mysqlclient',
'netaddr',
@ -326,13 +330,17 @@ ENV DEBIAN_FRONTEND noninteractive
'oslo.vmware',
'osprofiler',
'pbr',
'pecan',
'pika',
'prettytable',
'psutil',
'pycadf',
'pyinotify',
'pymongo',
'pymysql',
'pyngus',
'pyparsing',
'pyroute2',
'python-barbicanclient',
'python-cinderclient',
'python-cloudkittyclient',
@ -363,6 +371,8 @@ ENV DEBIAN_FRONTEND noninteractive
'requests',
'requestsexceptions',
'retrying',
'setproctitle',
'simplegeneric',
'simplejson',
'six',
'sqlalchemy-migrate',