commit | 1e7340e83b5f27c73463a1e40865fa44adc022e2 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Sun Jan 16 12:38:47 2022 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Sun Jan 16 12:45:48 2022 +0300 |
tree | 3d701282a517c85e9a8938c5dbb889080da971ed | |
parent | e1de7a857b1ee2867eaf989d1828325ac6913e17 [diff] |
bionic-amd64-tf-m-build: Update to m2r2 0.3.2 "m2r2" package (as required for TF-M docs generation) has got a dependency on "mistune" package, which in the meantime seems to have had a non backwards compatible update. Version 0.3.2 of "m2r2" has the only change comparing to the previously used 0.3.1 - pinning the right version of "mistune" as a dependency: https://github.com/CrossNox/m2r2/compare/v0.3.1...v0.3.2 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I1ddceb21ec881a1722e75488d07191b4856f741e
diff --git a/bionic-amd64-tf-m-build/requirements_python3.txt b/bionic-amd64-tf-m-build/requirements_python3.txt index 14304f6..8fc2b0f 100755 --- a/bionic-amd64-tf-m-build/requirements_python3.txt +++ b/bionic-amd64-tf-m-build/requirements_python3.txt
@@ -6,7 +6,7 @@ PyYAML==5.4.1 pycryptodome==3.6.6 pyasn1==0.1.9 -m2r2==0.3.1 +m2r2==0.3.2 Sphinx==4.2.0 sphinx-rtd-theme==1.0.0 sphinx-tabs==3.2.0