Merge "Sort the package lists in openstack-base alphabetically"

This commit is contained in:
Zuul 2021-06-05 16:57:08 +00:00 committed by Gerrit Code Review
commit 53434625f6
1 changed files with 4 additions and 4 deletions

View File

@ -23,6 +23,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'mailcap', 'mailcap',
'mod_ssl', 'mod_ssl',
'openssl', 'openssl',
'python3-PyYAML',
'python3-alembic', 'python3-alembic',
'python3-anyjson', 'python3-anyjson',
'python3-aodhclient', 'python3-aodhclient',
@ -82,7 +83,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-prettytable', 'python3-prettytable',
'python3-psycopg2', 'python3-psycopg2',
'python3-pyasn1', 'python3-pyasn1',
'python3-PyYAML',
'python3-redis', 'python3-redis',
'python3-retrying', 'python3-retrying',
'python3-routes', 'python3-routes',
@ -206,8 +206,8 @@ ENV DEBIAN_FRONTEND noninteractive
'Routes', 'Routes',
'SQLAlchemy', 'SQLAlchemy',
'Tempita', 'Tempita',
'WebOb',
'WSME', 'WSME',
'WebOb',
'alembic', 'alembic',
'amqp', 'amqp',
'anyjson', 'anyjson',
@ -220,8 +220,8 @@ ENV DEBIAN_FRONTEND noninteractive
'click', 'click',
'cliff', 'cliff',
'cmd2', 'cmd2',
'cryptography',
'contextlib2', 'contextlib2',
'cryptography',
'debtcollector', 'debtcollector',
'decorator', 'decorator',
'elasticsearch', 'elasticsearch',
@ -245,8 +245,8 @@ ENV DEBIAN_FRONTEND noninteractive
'mysqlclient', 'mysqlclient',
'netaddr', 'netaddr',
'netifaces', 'netifaces',
'os-client-config',
'os-brick', 'os-brick',
'os-client-config',
'os-traits', 'os-traits',
'os-win', 'os-win',
'oslo.concurrency', 'oslo.concurrency',