Merge "Revert "openstack-base: pin setuptools < 46 to get horizon working""

This commit is contained in:
Zuul 2020-04-03 13:53:15 +00:00 committed by Gerrit Code Review
commit 92f5bae458
1 changed files with 0 additions and 5 deletions

View File

@ -416,11 +416,6 @@ RUN ln -s openstack-base-source/* /requirements \
ENV PATH /var/lib/kolla/venv/bin:$PATH
# FIXME(hrw): pyScss used by Horizon fails to work with setuptools >= 46
# it had last release in 2016 so probably no one will fix it.
# So we need to be sure that we get older version of setuptools.
RUN {{ macros.install_pip(['"setuptools<46"']) }}
RUN {{ macros.install_pip(openstack_base_pip_packages | customizable("pip_packages")) }}
{% endif %}