Sort the package lists in openstack-base alphabetically

Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de>
Change-Id: I4340ac228dc9624e59ed613265e47c3e95d2dc50
This commit is contained in:
Christian Berendt 2021-05-25 20:32:10 +02:00
parent 1167be2d2f
commit c82683a9ef
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',
'mod_ssl',
'openssl',
'python3-PyYAML',
'python3-alembic',
'python3-anyjson',
'python3-aodhclient',
@ -82,7 +83,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-prettytable',
'python3-psycopg2',
'python3-pyasn1',
'python3-PyYAML',
'python3-redis',
'python3-retrying',
'python3-routes',
@ -206,8 +206,8 @@ ENV DEBIAN_FRONTEND noninteractive
'Routes',
'SQLAlchemy',
'Tempita',
'WebOb',
'WSME',
'WebOb',
'alembic',
'amqp',
'anyjson',
@ -220,8 +220,8 @@ ENV DEBIAN_FRONTEND noninteractive
'click',
'cliff',
'cmd2',
'cryptography',
'contextlib2',
'cryptography',
'debtcollector',
'decorator',
'elasticsearch',
@ -245,8 +245,8 @@ ENV DEBIAN_FRONTEND noninteractive
'mysqlclient',
'netaddr',
'netifaces',
'os-client-config',
'os-brick',
'os-client-config',
'os-traits',
'os-win',
'oslo.concurrency',