Move python/BUILD to python/BUILD.bazel

This should address the issue in #14600 by avoiding a conflict on with the
`build` directory created by setup.py on a case-insensitive filesystem.

Closes #14600.

PiperOrigin-RevId: 579859556
pull/14654/head
Adam Cozzette 1 year ago committed by Copybara-Service
parent f9fb51ff67
commit 7e0e8ef385
  1. 0
      python/BUILD.bazel
  2. 2
      python/build_targets.bzl

@ -456,7 +456,7 @@ def build_targets(name):
"google/protobuf/pyext/*.cc",
"google/protobuf/pyext/*.h",
]) + [
"BUILD",
"BUILD.bazel",
"MANIFEST.in",
"README.md",
"build_targets.bzl",

Loading…
Cancel
Save