1load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 2load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") 3 4# This is needed for tools 5maybe( 6 http_archive, 7 name = "rules_python", 8 sha256 = "b593d13bb43c94ce94b483c2858e53a9b811f6f10e1e0eedc61073bd90e58d9c", 9 strip_prefix = "rules_python-0.12.0", 10 url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.12.0.tar.gz", 11) 12