commit | 840696b9ac1ba6aa9ccd024ca9dc3b4be12bf837 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed Mar 24 08:46:42 2021 +0100 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Fri Mar 26 09:25:43 2021 +0100 |
tree | ef9a490644558e862ffd4e4bb2cc984bbd0a83e5 | |
parent | 101ce2d86d5cead46f4ae4195e226d6bfc1d8597 [diff] |
Fix nanopb python dependencies The nanopb requirements file did not capture the exact version of the "protobuf" package. As a result newer version were installed and that made the build fail. This fix adds the nanopb package and the proper version to requirements.txt. Change-Id: I0e0ad7615828a6fea9fa354623e3b82c560c360d Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>