Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/bzlmod/.bazelignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
other_module
py_proto_library/foo_external
vendor
9 changes: 0 additions & 9 deletions examples/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ local_path_override(
path = "../..",
)

# (py_proto_library specific) Add the protobuf library for well-known types (e.g. `Any`, `Timestamp`, etc)
bazel_dep(name = "protobuf", version = "27.0", repo_name = "com_google_protobuf")

# Only needed to make rules_python's CI happy. rules_java 8.3.0+ is needed so
# that --java_runtime_version=remotejdk_11 works with Bazel 8.
bazel_dep(name = "rules_java", version = "8.16.1")
Expand Down Expand Up @@ -291,11 +288,5 @@ local_path_override(
path = "other_module",
)

bazel_dep(name = "foo_external", version = "")
local_path_override(
module_name = "foo_external",
path = "py_proto_library/foo_external",
)

# example test dependencies
bazel_dep(name = "rules_shell", version = "0.3.0", dev_dependency = True)
35 changes: 0 additions & 35 deletions examples/bzlmod/py_proto_library/BUILD.bazel

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions examples/bzlmod/py_proto_library/example.com/proto/BUILD.bazel

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions examples/bzlmod/py_proto_library/foo_external/BUILD.bazel

This file was deleted.

7 changes: 0 additions & 7 deletions examples/bzlmod/py_proto_library/foo_external/MODULE.bazel

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions examples/bzlmod/py_proto_library/message_test.py

This file was deleted.

21 changes: 0 additions & 21 deletions examples/bzlmod/py_proto_library/test.py

This file was deleted.