Skip to content

Commit 1236cf4

Browse files
committed
Fix doc build failure
1 parent 6e2c85c commit 1236cf4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

internal/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ bzl_library(
2222
name = "rpmtree",
2323
srcs = ["rpmtree.bzl"],
2424
visibility = ["//:__subpackages__"],
25-
deps = ["//bazeldnf:toolchain"],
25+
deps = [
26+
"//bazeldnf:toolchain",
27+
"@bazel_skylib//lib:paths",
28+
],
2629
)
2730

2831
bzl_library(

0 commit comments

Comments
 (0)