Merge "gnocchi: install missing python3-wheel package"

This commit is contained in:
Zuul 2020-04-15 15:50:25 +00:00 committed by Gerrit Code Review
commit ee51c125b3
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
'python3-ldappool',
'python3-pip',
'python3-rados',
'python3-setuptools'
'python3-setuptools',
'python3-wheel'
] %}
{% set gnocchi_base_pip_packages = [
'cradox'