load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # ------------------------------------------------------------------------------ # rules_py # ------------------------------------------------------------------------------ http_archive( name = "aspect_rules_py", sha256 = "d87463035d7df79b79e9a03247c463bda3623f26b7a24dd1ebee9ced2be38f4e", strip_prefix = "rules_py-0.3.0", url = "https://github.com/aspect-build/rules_py/releases/download/v0.3.0/rules_py-v0.3.0.tar.gz", ) http_archive( name = "rules_python", patch_cmds = ["""\ cat >> python/BUILD.bazel <