Skip to content

Commit

Permalink
Install openstacksdk version compatible with Alma8's Python 3.6
Browse files Browse the repository at this point in the history
The openstacksdk Python package uses certain features only available in Python
3.8 since version 1.5.0 without advertising this to pip. See bug report at
https://storyboard.openstack.org/#!/story/2010903.
  • Loading branch information
vepadulano authored and Axel-Naumann committed Oct 26, 2023
1 parent 436169b commit 99a24e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alma8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ RUN dnf update -y \
RUN mkdir -p /py-venv \
&& python3 -m venv /py-venv/ROOT-CI \
&& /py-venv/ROOT-CI/bin/pip install --upgrade pip \
&& /py-venv/ROOT-CI/bin/pip install -r requirements-root.txt -r requirements-roottest.txt openstacksdk \
&& /py-venv/ROOT-CI/bin/pip install -r requirements-root.txt -r requirements-roottest.txt openstacksdk==1.4.0 \
&& rm -f requirements-root.txt requirements-roottest.txt

0 comments on commit 99a24e7

Please sign in to comment.