Commit Graph

4 Commits

Author SHA1 Message Date
Petteri Aimonen e061321735
nanopb: Fix build error, remove anaconda dependency (#3717)
This remaps /usr/bin/python as python3, because grpcio-tools support
for Python 2 has ended. Nanopb generator still uses #!/usr/bin/env python
so it would pick Python 2 by default otherwise.

Anaconda was used in a previous pull request to attempt installing a working
combination of libraries, but it is unnecessary once the version conflict was
fixed.
2020-04-27 07:33:27 -07:00
AdamKorcz 2a3d29d429
Suggested fix for broken build (#3693) 2020-04-22 08:12:39 -07:00
AdamKorcz d31872b9c2
Fixed broken build of nanopb and switched to pip3 (#3637) 2020-04-13 13:56:09 -07:00
Petteri Aimonen acaffc79a8 [nanopb] Added nanopb project (#3149) 2019-12-18 06:32:17 -08:00