TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

Compatibility with rules_protobuf? #50

Open gfl-chris opened 5 years ago

gfl-chris commented 5 years ago

Has anyone gotten rules_pyz working with rules_protobuf's py_proto_library rule? I can't add the target as a dep because a provider mismatch:


ERROR: <snip>: in deps attribute of pyz_library rule <snip>:python_default_library: '<snip>:python_proto' does not have mandatory providers: 'PyZProvider'