Skip to content

Commit

Permalink
Load Python rules from rules_python
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561662555
Change-Id: Id268c93073cd079e6f962c1f4a08663da5684bb6
  • Loading branch information
rickeylev authored and copybara-github committed Aug 31, 2023
1 parent 24ba4fa commit 74e3be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@rules_python//python:defs.bzl", "py_binary")
load("@rules_java//java:defs.bzl", "java_test")

package(
Expand Down
1 change: 1 addition & 0 deletions tools/aquery_differ/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("@rules_python//python:defs.bzl", "py_binary", "py_library")
load("//tools/python:private/py_test_alias.bzl", "py_test_alias")

package(default_visibility = ["//visibility:public"])
Expand Down
2 changes: 2 additions & 0 deletions tools/mini_tar/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-

load("@rules_python//python:defs.bzl", "py_binary", "py_test")
load("//tools/mini_tar:tar.bzl", "mini_tar")

licenses(["notice"])
Expand Down

0 comments on commit 74e3be6

Please sign in to comment.