Skip to content

Commit f96c01a

Browse files
committed
Load py_library/py_binary from rules_python as well
1 parent 30ac79d commit f96c01a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_python//python:defs.bzl", "py_library", "py_test")
2+
13
cc_binary(
24
name = "_jsonnet.so",
35
srcs = ["_jsonnet.c"],

0 commit comments

Comments
 (0)