
The newer default Python interpreter version on Ubuntu 22.04 LTS doesn't support older PyYAML's use of stdlib collections. It was pinned to a specific version when first added in 2014 by I384971732166fbeb123d572d3ccbcde6bad39dfc with no reason given. Change-Id: I9c18dbd542615f795f063fb6c665f6b6a475e498
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
# needed for doc build
|
|
Jinja2>=2.7.3
|
|
PyYAML
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|