Skip to content

Commit

Permalink
Avoid using bazel native python rules
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 15, 2021
1 parent e81e183 commit 5c446c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/devtools/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary")

exports_files(
srcs = [
"browser_protocol.json",
Expand Down
2 changes: 2 additions & 0 deletions javascript/private/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary")

py_binary(
name = "gen_file",
srcs = [
Expand Down
2 changes: 2 additions & 0 deletions py/private/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary")

py_binary(
name = "untar",
srcs = [
Expand Down

0 comments on commit 5c446c4

Please sign in to comment.