File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1515"""Dependencies that are needed for development and testing of rules_python itself."""
1616
1717load ("@bazel_tools//tools/build_defs/repo:http.bzl" , _http_archive = "http_archive" , _http_file = "http_file" )
18+ load ("@bazel_tools//tools/build_defs/repo:local.bzl" , "local_repository" )
1819load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
1920load ("//python/private:internal_config_repo.bzl" , "internal_config_repo" ) # buildifier: disable=bzl-visibility
2021
@@ -42,6 +43,11 @@ def rules_python_internal_deps():
4243 """
4344 internal_config_repo (name = "rules_python_internal" )
4445
46+ local_repository (
47+ name = "other" ,
48+ path = "tests/modules/other" ,
49+ )
50+
4551 http_archive (
4652 name = "bazel_skylib" ,
4753 sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f" ,
You can’t perform that action at this time.
0 commit comments