Skip to content

Commit 2f00fe9

Browse files
priteauAlex-Welsh
authored andcommitted
Pin setuptools
setuptools 82.0.0 removed pkg_resources, breaking stable jobs. Use a temporary stable-only pin to setuptools==81.0.0. Detail reasoning in [1]. [1] https://review.opendev.org/c/openstack/requirements/+/976227 Change-Id: If9a1842173e69145914f5d1ca6a4485e8910c258 Signed-off-by: Pierre Riteau <pierre@stackhpc.com> (cherry picked from commit 5dd2eb9) (cherry picked from commit 70497e1)
1 parent 9b1fd11 commit 2f00fe9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

doc/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ reno>=3.1.0 # Apache-2.0
77
sphinx>=2.0.0,!=2.1.0 # BSD
88
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
99
whereto>=0.3.0 # Apache-2.0
10+
# NOTE(priteau): pin setuptools
11+
# https://setuptools.pypa.io/en/stable/history.html#v82-0-0
12+
setuptools==81.0.0

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# NOTE(wszumski): pin setuptools
2+
# https://setuptools.pypa.io/en/stable/history.html#v82-0-0
3+
setuptools==81.0.0
14
pbr>=2.0 # Apache-2.0
25
Jinja2>3 # BSD
36
ansible>=8,<10 # GPLv3

0 commit comments

Comments
 (0)