Drop tcp_wrappers package requirement

Originally added in [1] when improving the base image, nothing appears
to require this package currently.

Also, this legacy package is not maintained and has been dropped from
Fedora (and upcoming RHEL 8) [2]

[1] https://review.openstack.org/#/c/295048/
[2] https://fedoraproject.org//wiki/Changes/Deprecate_TCP_wrappers

Change-Id: I2983932898f877da2e31a5a968f6c91e5a9d760b
This commit is contained in:
Bernard Cafarelli 2019-03-12 10:37:38 +01:00 committed by Jon Schlueter
parent 78c819d623
commit 33d45a0342
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'libyaml',
'mailcap',
'openssl',
'systemd-sysv',
'tcp_wrappers-libs'
'systemd-sysv'
] %}
{% if distro_python_version.startswith('3') %}
{% set openstack_base_packages = openstack_base_packages + [