Revert "Workaround setuptools==60.0.0 breakages"

This reverts commit b69c589718.

Reason for revert: The original commit was a hotfix to work around build failures, we should try to move back to a normal state again.

Change-Id: Iff79de9dabcd4bba795f3c44d3017baa5a860306
This commit is contained in:
Dr. Jens Harbott 2021-12-21 05:18:48 +00:00
parent b69c589718
commit 1d324d7d7a
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ ENV KOLLA_BASE_DISTRO={{ base_distro }} \
KOLLA_DISTRO_PYTHON_VERSION={{ distro_python_version }} \
KOLLA_BASE_ARCH={{ base_arch }}
{# NOTE(frickler): sledgehammer workaround until pkgs are updated to build with setuptools==60.0.0 properly #}
ENV SETUPTOOLS_USE_DISTUTILS=stdlib
#### Customize PS1 to be used with bash shell
COPY kolla_bashrc /tmp/