From eb5f149ec6019173483a726a947629f199e7a11c Mon Sep 17 00:00:00 2001 From: benpicco Date: Wed, 11 Sep 2019 18:44:23 +0200 Subject: [PATCH] add protobuf-compiler as a requirement When using the nanopb package, a version of protoc is needed to generate .c and header files from the protobuf definitions. This adds protoc to riotdocker. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 478067b5..c02a336d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ ed25519==1.4 cbor==1.0.0 cryptography==2.6.1 scapy>=2.4.3 +protobuf-compiler>=3.0.0