diff --git a/sample_app/WORKSPACE b/sample_app/WORKSPACE index 49e4e12..07b008f 100644 --- a/sample_app/WORKSPACE +++ b/sample_app/WORKSPACE @@ -1,5 +1,7 @@ workspace(name = "sample_app") +load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") + git_repository( name = "io_bazel_rules_python", remote = "https://github.com/bazelbuild/rules_python.git",