Skip to content

Commit 62f05ec

Browse files
committed
fixup package refs
1 parent 0a8c2fd commit 62f05ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/private/internal_dev_deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _internal_dev_deps_impl(mctx):
3232

3333
whl_from_dir_repo(
3434
name = "whl_with_build_files",
35-
root = "//tests/whl_with_build_files/testdata:BUILD.bazel",
35+
root = "//tests/whl_with_build_files:testdata/BUILD.bazel",
3636
output = "somepkg-1.0-any-none-any.whl",
3737
)
3838
whl_library(

tests/support/whl_from_dir/whl_from_dir_repo.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ load("//python/private:repo_utils.bzl", "repo_utils") # buildifier: disable=bzl
88

99
def _whl_from_dir_repo(rctx):
1010
root = rctx.path(rctx.attr.root).dirname
11-
rctx.watch_tree(root)
11+
repo_utils.watch_tree(rctx, root)
1212

1313
output = rctx.path(rctx.attr.output)
1414
repo_utils.execute_checked(

0 commit comments

Comments
 (0)