Bump docutils version on lower constraints.

Because docutils 0.11 cannot be build anymore from source on python >=
3.8, and there is no wheel package available on pypi, we need to bump it
to version 0.12, since there is still wheel available.

Note, that 0.12 version also will fail building, since it pretty much
ancient - current version is 0.18.1.

Change-Id: I307f09e3c47d3d44084054979be5cb554fa33d60
This commit is contained in:
Roman Dobosz 2022-01-03 14:28:21 +01:00
parent 0305a1eb95
commit 00a0701ef6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ ddt==1.0.1
debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0
docutils==0.11
docutils==0.12
dogpile.cache==0.6.5
dulwich==0.19.0
enum-compat==0.0.2

View File

@ -6,7 +6,7 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
docutils>=0.11 # OSI-Approved Open Source, Public Domain
docutils>=0.12 # OSI-Approved Open Source, Public Domain
python-subunit>=1.0.0 # Apache-2.0/BSD
stestr>=1.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0