Merge "Revert to uwsgi-plugin-python for barbican source images" into stable/stein

This commit is contained in:
Zuul 2019-10-23 16:10:19 +00:00 committed by Gerrit Code Review
commit 29ce1d6376
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% endif %}
{% elif base_package_type == 'deb' %}
{% set barbican_base_packages = ['uwsgi-plugin-python3'] %}
{% set barbican_base_packages = ['uwsgi-plugin-python'] %}
{% endif %}
{{ macros.install_packages(barbican_base_packages | customizable("packages")) }}