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

pyScss 1.3.6 release has required fixes and horizon is using it.

This reverts commit 5498671b34.

Change-Id: I27bf14a8ff81086174eb0d55501039d4678b015e
This commit is contained in:
Marcin Juszkiewicz 2020-03-26 10:58:13 +00:00
parent 69f7455467
commit 5969a1ca41
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 %}