commit | e3c8baf32dbc22dad8f32cc23a4b3f5539c13b8a | [log] [tgz] |
---|---|---|
author | Julian Mullings-Black <julianmb@google.com> | Thu May 11 22:15:06 2023 +0000 |
committer | Julian Mullings-Black <julianmb@google.com> | Thu May 11 22:15:06 2023 +0000 |
tree | 6485bb002c40910e2f871cce480bc9eb9fed172c | |
parent | d7cf4dc1da88a98553c9527246fef824410e0ba4 [diff] |
Pin opentitan urllib package version The latest version of the package doesn't work on CentOS 7. Change-Id: I1631bdda5eda84aed78b081f8fcb88f3e3d70e25
diff --git a/python-requirements.txt b/python-requirements.txt index bb655f6..959ea30 100644 --- a/python-requirements.txt +++ b/python-requirements.txt
@@ -70,3 +70,6 @@ # Dependencies: @matcha//util/run_live_cam.py pyserial == 3.5 + +# Working version for CentOS 7 +urllib3==1.26.15