File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33load ("@bazel_skylib//rules:common_settings.bzl" , "string_flag" )
44load ("@rules_license//rules:license.bzl" , "license" )
5- load ("//devtools/python/blaze:pytype.bzl" , "pytype_strict_library" )
65# copybara: fuzztest_ci
76
87package (
@@ -84,9 +83,3 @@ config_setting(
8483 },
8584 visibility = ["//visibility:public" ],
8685)
87-
88- pytype_strict_library (
89- name = "setup" ,
90- srcs = ["setup.py" ],
91- deps = ["//third_party/py/setuptools" ],
92- )
Original file line number Diff line number Diff line change 1- load ("//third_party/bazel_skylib :bzl_library.bzl" , "bzl_library" )
1+ load ("@bazel_skylib// :bzl_library.bzl" , "bzl_library" )
22
33package (
4- default_applicable_licenses = ["//third_party/heir :license" ],
5- default_visibility = ["//third_party/heir:internal " ],
4+ default_applicable_licenses = ["@heir// :license" ],
5+ default_visibility = ["//visibility:public " ],
66)
77
88bzl_library (
You can’t perform that action at this time.
0 commit comments