Skip to content

Commit

Permalink
Fix some outdated Zuul dependency errors
Browse files Browse the repository at this point in the history
Shpinx incorrectly claims it wants docutils >=0.18 but that is an error
and older versions fail with that, as mentioned here:

sphinx-doc/sphinx#9841

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

Change-Id: I9bee6cf3ad7aaba80a44f2bd2f917b16c776c0d7
  • Loading branch information
maxweiss-74656 committed Jan 10, 2022
1 parent 772d3a4 commit 9e8216a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/pegleg/Dockerfile.opensuse_15
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9e8216a

Please sign in to comment.