Skip to content

Commit 074af8d

Browse files
committed
Bazel 0.29 fixes for pip3_install
1 parent 293900d commit 074af8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/pip.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ Args:
107107
pip3_import = repository_rule(
108108
attrs = {
109109
"requirements": attr.label(
110-
allow_files = True,
111110
mandatory = True,
112-
single_file = True,
111+
allow_single_file = True,
113112
),
114113
"_script": attr.label(
115114
executable = True,

0 commit comments

Comments
 (0)