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:
parent
772d3a47a6
commit
9e8216aa5e
@ -6,6 +6,7 @@
|
|||||||
sphinx==3.1.0
|
sphinx==3.1.0
|
||||||
oslosphinx==4.18.0 # Apache-2.0
|
oslosphinx==4.18.0 # Apache-2.0
|
||||||
sphinx_rtd_theme==0.4.3
|
sphinx_rtd_theme==0.4.3
|
||||||
|
docutils==0.17.1
|
||||||
|
|
||||||
# UML image generation
|
# UML image generation
|
||||||
plantuml==0.3.0
|
plantuml==0.3.0
|
||||||
|
@ -31,7 +31,7 @@ RUN set -x \
|
|||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
which \
|
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 --gpg-auto-import-keys refresh devel_languages_python \
|
||||||
&& zypper --non-interactive install python3-six-1.16.0-lp153.103.1.noarch
|
&& zypper --non-interactive install python3-six-1.16.0-lp153.103.1.noarch
|
||||||
RUN pip3 install -U pip \
|
RUN pip3 install -U pip \
|
||||||
|
Loading…
Reference in New Issue
Block a user