Skip to content

Commit e8dca48

Browse files
authored
Merge pull request #1318 from freyes/pin-osc-lib-yoga
Pin osc-lib<4.0.0 [yoga]
2 parents a7e583c + 6a2d157 commit e8dca48

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Jinja2>=2.6 # BSD License (3 clause)
3232
six>=1.9.0
3333
dnspython>=1.12.0
3434
psutil>=1.1.1,<2.0.0
35+
# osc-lib-4.0.0 introduced typing hints making it incompatible with py38.
36+
# https://github.com/openstack/osc-lib/commit/3d221e5992a74d6bb7d1b725e43015b8c87b9718
37+
osc-lib<4.0.0; python_version <= '3.8'
3538
python-openstackclient>=3.14.0
3639
aodhclient
3740
gnocchiclient>=7.0.5,<8.0.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'tenacity',
5050
'oslo.config<6.12.0',
5151
'pyparsing<3.0.0', # pin for aodhclient which is held for py35
52+
'osc-lib<4.0.0', # needed for py38
5253
'aodhclient<1.4.0',
5354
'gnocchiclient>=7.0.5,<8.0.0',
5455
'pika>=1.1.0,<2.0.0',

0 commit comments

Comments
 (0)