wheelos / core

Autonomous driving middleware publish subscribe system
Other
23 stars 7 forks source link

improve py_proto_library #38

Open daohu527 opened 1 month ago

daohu527 commented 1 month ago

use

load("@rules_python//python:proto.bzl", "py_proto_library")

// instead of

load("//tools:python_rules.bzl", "py_proto_library")

for now will report error

does not have mandatory providers: 'ProtoInfo'
daohu527 commented 1 month ago

https://github.com/wheelos/core/issues/24