Re: UPDATE: devel/py-protobuf

2020-07-10 Thread Theo Buehler
On Fri, Jul 10, 2020 at 10:26:00AM +0200, Tim van der Molen wrote: > It seems py-protobuf is broken, maybe after the recent protobuf > update? Yes, it's likely that I broke this with the protobuf update, sorry about that. I will keep them in sync in the future. ok tb If people who use one of ang

UPDATE: devel/py-protobuf

2020-07-10 Thread Tim van der Molen
It seems py-protobuf is broken, maybe after the recent protobuf update? $ echo 'syntax = "proto2"; message foo { optional bool bar = 1; }' > foo.proto $ protoc --python_out=. foo.proto $ python3 -c 'import foo_pb2' Traceback (most recent call last): File "", line 1, in File "/home/tim/test/fo