Merge "Replace py-bcrypt with python3-bcrypt"

This commit is contained in:
Zuul 2023-10-13 18:23:51 +00:00 committed by Gerrit Code Review
commit 667f4b1d23
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@ RUN set -ex ;\
curl \
python3 \
python3-dev \
python3-bcrypt \
uuid-runtime \
jq \
alien \
@ -54,7 +55,6 @@ RUN set -ex ;\
six \
openssl-python \
pyopenssl \
py-bcrypt \
python-openstackclient \
python-swiftclient ;\
curl -sSL https://dl.k8s.io/v${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\