From 6cd7c422f171796552ae4d5007889624f8262c58 Mon Sep 17 00:00:00 2001 From: slaff Date: Wed, 10 Jan 2024 11:54:06 +0100 Subject: [PATCH] Update requirements.txt In our CI system sometimes the installed protoc version on the system is incompatible with the installed python-protobuf version. This fix, recommended here: https://groups.google.com/g/nanopb/c/YJn3DlY20_g, should fix the issue. --- Sming/Libraries/nanopb/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Sming/Libraries/nanopb/requirements.txt b/Sming/Libraries/nanopb/requirements.txt index b0c79cc0ec..5f2eff8594 100644 --- a/Sming/Libraries/nanopb/requirements.txt +++ b/Sming/Libraries/nanopb/requirements.txt @@ -1 +1,2 @@ +grpcio-tools protobuf