GitXplorerGitXplorer
a

repro_stackb_py_proto_deps

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
aa85464fcf316385bcb2433d6c123b25c11bbf61

repro issue with proto_py_library#deps

aalexeagle committed 3 years ago

README

The README file for this repository.

https://github.com/stackb/rules_proto/pull/210 added the deps to generated proto_py_library.

https://github.com/stackb/rules_proto/commit/4f9e9a917a16bddeaf4ecb97e437f50b3bff09d1 shows the effect this should have.

However, in this repro we see that although the generated proto_library target has the right 1p dependency

buildozer 'print deps' //rt/proto/libs/libprotos/arm_control_module:arm_control_config_proto
[//rt/proto/libs/libprotos/bdprotos/robot:RobotConfig_proto]

the generated proto_py_library does not:

buildozer 'print deps' //rt/proto/libs/libprotos/arm_control_module:arm_control_config_py_library
[@com_google_protobuf//:protobuf_python]