File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,6 @@ _DOCS = {
32
32
# because they're only used for doc generation. This way, we avoid requiring
33
33
# our users to depend on Skylib.
34
34
35
- # Requires Bazel 0.29 onward for public visibility of these .bzl files.
36
- bzl_library (
37
- name = "bazel_python_tools" ,
38
- srcs = [
39
- "@bazel_tools//tools/python:private/defs.bzl" ,
40
- "@bazel_tools//tools/python:srcs_version.bzl" ,
41
- "@bazel_tools//tools/python:toolchain.bzl" ,
42
- "@bazel_tools//tools/python:utils.bzl" ,
43
- ],
44
- )
45
-
46
35
bzl_library (
47
36
name = "bazel_repo_tools" ,
48
37
srcs = [
@@ -57,7 +46,7 @@ bzl_library(
57
46
"//python/private:reexports.bzl" ,
58
47
],
59
48
deps = [
60
- ":bazel_python_tools " ,
49
+ ":bazel_repo_tools " ,
61
50
"//python:defs_bzl" ,
62
51
"//python/private:reexports_bzl" ,
63
52
],
You can’t perform that action at this time.
0 commit comments