Skip to content

Commit

Permalink
fixup! Allow building with unreleased Bazel versions. (bazelbuild#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickeylev committed Feb 14, 2023
1 parent ff81811 commit 6b5988c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ bzl_library(
"//python/private:py_package.bzl",
"//python/private:py_wheel.bzl",
"//python/private:stamp.bzl",
"//python/private:util.bzl",
],
)

Expand Down
1 change: 1 addition & 0 deletions python/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ exports_files(
"py_wheel.bzl",
"reexports.bzl",
"stamp.bzl",
"util.bzl",
],
visibility = ["//docs:__pkg__"],
)
Expand Down

0 comments on commit 6b5988c

Please sign in to comment.