Un-pin PyYAML

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
This commit is contained in:
Jeremy Stanley 2022-12-13 16:32:47 +00:00
parent 73b6da398b
commit 3cdffa08d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# needed for doc build
Jinja2>=2.7.3
PyYAML==3.11
PyYAML
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0