Remove protobuf dependency.

This commit is contained in:
tecnovert
2024-05-29 09:20:20 +02:00
parent adc80eabb0
commit d3e3c3c95b
15 changed files with 118 additions and 350 deletions

View File

@@ -18,7 +18,7 @@ cache:
directories:
- "$BIN_DIR"
before_install:
- sudo apt-get install -y wget python3-pip gnupg unzip protobuf-compiler automake libtool pkg-config
- sudo apt-get install -y wget python3-pip gnupg unzip automake libtool pkg-config
install:
- travis_retry pip install tox pytest
before_script: