Skip to content

Commit

Permalink
fix: Make bzl filegroup compatible with Bazel HEAD
Browse files Browse the repository at this point in the history
The latest versions of Bazel have removed the `@bazel_tools//tools/python:private/defs.bzl`
file, so it can no longer be referenced.

Work towards bazelbuild/bazel/issues/18170
  • Loading branch information
rickeylev committed Apr 26, 2023
1 parent ba2a903 commit 24adf06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ filegroup(
"//python/pip_install:bzl",
"//python:bzl",
# Requires Bazel 0.29 onward for public visibility of these .bzl files.
"@bazel_tools//tools/python:private/defs.bzl",
"@bazel_tools//tools/python:python_version.bzl",
"@bazel_tools//tools/python:srcs_version.bzl",
"@bazel_tools//tools/python:toolchain.bzl",
Expand Down

0 comments on commit 24adf06

Please sign in to comment.