File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def generate_requirements_file_contents(repo_name: str, targets: Iterable[str])
64
64
"""Generate a requirements.bzl file for a given pip repository
65
65
66
66
The file allows converting the PyPI name to a bazel label. Additionally, it adds a function which can glob all the
67
- installed dependencies. This is provided for legacy reasons and can be considered deprecated.
67
+ installed dependencies.
68
68
69
69
Args:
70
70
repo_name: the name of the pip repository
@@ -76,7 +76,6 @@ def generate_requirements_file_contents(repo_name: str, targets: Iterable[str])
76
76
77
77
return textwrap .dedent (
78
78
"""\
79
- # Deprecated. This will be removed in a future release
80
79
all_requirements = [{requirement_labels}]
81
80
82
81
def requirement(name):
You can’t perform that action at this time.
0 commit comments