Fix some outdated Zuul dependency errors

Shpinx incorrectly claims it wants docutils >=0.18 but that is an error
and older versions fail with that, as mentioned here:

https://github.com/sphinx-doc/sphinx/issues/9841

Additionally, the repo URL for OpenSUSE 15.3 python has changed.

Change-Id: I9bee6cf3ad7aaba80a44f2bd2f917b16c776c0d7
This commit is contained in:
Maximilian Weiss 2022-01-10 22:18:38 +00:00
parent 772d3a47a6
commit 9e8216aa5e
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
sphinx==3.1.0
oslosphinx==4.18.0 # Apache-2.0
sphinx_rtd_theme==0.4.3
docutils==0.17.1
# UML image generation
plantuml==0.3.0

View File

@ -31,7 +31,7 @@ RUN set -x \
python3-pip \
python3-setuptools \
which \
&& zypper --non-interactive ar -f https://download.opensuse.org/repositories/devel:languages:python/openSUSE_Leap_15.3/devel:languages:python.repo \
&& zypper --non-interactive ar -f https://download.opensuse.org/repositories/devel:/languages:/python/15.3/devel:languages:python.repo \
&& zypper --non-interactive --gpg-auto-import-keys refresh devel_languages_python \
&& zypper --non-interactive install python3-six-1.16.0-lp153.103.1.noarch
RUN pip3 install -U pip \