8000 Fixed missing bzl sources from bzl filegroup (#712) · jml-derek/rules_python@b5c0c0b · GitHub
[go: up one dir, main page]

Skip to content

Commit b5c0c0b

Browse files
authored
Fixed missing bzl sources from bzl filegroup (bazel-contrib#712)
1 parent 9b8ab1e commit b5c0c0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ filegroup(
4646
"defs.bzl",
4747
"packaging.bzl",
4848
"pip.bzl",
49+
"repositories.bzl",
50+
"versions.bzl",
4951
"//python/pip_install:bzl",
5052
"//python/private:bzl",
5153
],

0 commit comments

Comments
 (0)
0