Skip to content

Commit

Permalink
Cleanup references to bazelbuild#9029
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Mar 3, 2023
1 parent 9ab11cb commit 4e31487
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions third_party/def_parser/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Needed for #9006. Consider replacing label with @rules_python as per #9029 if
# merging from upstream becomes an issue.
load("@rules_python//python:defs.bzl", "py_test")

licenses(["notice"]) # 3-clause BSD
Expand Down
2 changes: 0 additions & 2 deletions third_party/py/abseil/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Needed for #9006. Consider replacing label with @rules_python as per #9029 if
# merging from upstream becomes an issue.
load("@rules_python//python:defs.bzl", "py_library")

licenses(["notice"])
Expand Down
2 changes: 0 additions & 2 deletions third_party/py/concurrent/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Needed for #9006. Consider replacing label with @rules_python as per #9029 if
# merging from upstream becomes an issue.
load("@rules_python//python:defs.bzl", "py_library")

licenses(["notice"])
Expand Down
2 changes: 0 additions & 2 deletions third_party/py/mock/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Needed for #9006. Consider replacing label with @rules_python as per #9029 if
# merging from upstream becomes an issue.
load("@rules_python//python:defs.bzl", "py_library")

licenses(["notice"])
Expand Down
3 changes: 0 additions & 3 deletions third_party/py/six/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Needed for #9006. We can't easily replace this label with a @rules_python
# label (#9029) because this file is used in both @io_bazel and @bazel_tools,
# the latter of which can't reference other repos.
load("@rules_python//python:defs.bzl", "py_library")

licenses(["notice"])
Expand Down

0 comments on commit 4e31487

Please sign in to comment.