dep-protobuf/examples/examples_with_hyphen/empty.proto
Sandy Zhang a4be867133 Loosen py_proto_library check to be on the import path instead of full directory (i.e. excluding external/module-name prefix).
The module name does not actually make it into the name used in python imports, so this should allow py_proto_library to work for modules with hyphens in their name (i.e. `bazel build @com_google_protobuf-examples//:addressbook_py_pb2`).

PiperOrigin-RevId: 733763224
2025-03-05 09:37:08 -08:00

5 lines
74 B
Protocol Buffer

edition = "2023";
package examples.with.hyphen;
message EmptyMessage {}