Skip to content

Commit

Permalink
Cleanup issues with internal sync (#10752)
Browse files Browse the repository at this point in the history
* Deleting vendored mox.py

* Deleting unused imports

* Delete vendored stubout.py
  • Loading branch information
mkruskal-google committed Oct 10, 2022
1 parent 7e0333b commit 2c71df4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1,549 deletions.
5 changes: 2 additions & 3 deletions protobuf.bzl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
load("@bazel_skylib//lib:versions.bzl", "versions")
load("@bazel_skylib//lib:collections.bzl", "collections")
load("@rules_cc//cc:defs.bzl", "cc_library", "objc_library")
load("@rules_cc//cc:defs.bzl", "objc_library")
load("@rules_proto//proto:defs.bzl", "ProtoInfo")
load("@rules_python//python:defs.bzl", "py_library", "py_test")
load("@rules_python//python:defs.bzl", "py_library")

def _GetPath(ctx, path):
if ctx.label.workspace_root:
Expand Down
2 changes: 0 additions & 2 deletions python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,10 @@ pkg_files(
"google/protobuf/pyext/README",
"google/protobuf/python_protobuf.h",
"internal.bzl",
"mox.py",
"python_version.py",
"release.sh",
"setup.cfg",
"setup.py",
"stubout.py",
"tox.ini",
],
strip_prefix = strip_prefix.from_root(""),
Expand Down
Loading

0 comments on commit 2c71df4

Please sign in to comment.