10000 fix: Don't reference deleted private bazel_tools bzl file (#1180) · Rasrack/rules_python@600dbe1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 600dbe1

Browse files
authored
fix: Don't reference deleted private bazel_tools bzl file (bazel-contrib#1180)
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
1 parent fb6f49f commit 600dbe1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ filegroup(
5252
"//python/pip_install:bzl",
5353
"//python:bzl",
5454
# Requires Bazel 0.29 onward for public visibility of these .bzl files.
55-
"@bazel_tools//tools/python:private/defs.bzl",
5655
"@bazel_tools//tools/python:python_version.bzl",
5756
"@bazel_tools//tools/python:srcs_version.bzl",
5857
"@bazel_tools//tools/python:toolchain.bzl",

0 commit comments

Comments
 (0)
0