Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f294c3

Browse filesBrowse files
author
Alexander
committed
Resolve single_file deprecation.
1 parent 8516538 commit 4f294c3
Copy full SHA for 4f294c3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎python/pip.bzl

Copy file name to clipboardExpand all lines: python/pip.bzl
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ Args:
102102
pip3_import = repository_rule(
103103
attrs = {
104104
"requirements": attr.label(
105-
allow_files = True,
106105
mandatory = True,
107-
single_file = True,
106+
allow_single_file = True,
108107
),
109108
"_script": attr.label(
110109
executable = True,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.