pin setuptools to v49
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-01 23:23:16 +02:00
parent e2ac52b638
commit ff07269847
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,2 @@
- ENHANCEMENT
- upgrade upstream version
- upgrade pinned requests library
- BUGFIX
- pin setuptools to v49 due to build issues with versions >= 50.0

View File

@ -21,7 +21,7 @@ RUN apk add --update --no-cache --virtual .build-deps gcc make libffi-dev musl-d
openssl-dev python3-dev && \
apk add --update --no-cache git openssh-client && \
echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \
pip install -qq --upgrade --no-cache-dir pip setuptools requests~=2.23 && \
pip install -qq --upgrade --no-cache-dir pip setuptools~=49.0 requests~=2.23 && \
pip install -qq --no-cache-dir ansible~="$ANSIBLE_VERSION" && \
echo "Installing requirements ..." && \
MOLECULE_VERSION="${MOLECULE_VERSION##v}" && \