8000 Replace old pip_install_incremental reference (#462) · reiyw/rules_python@1b4f61b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b4f61b

Browse files
authored
Replace old pip_install_incremental reference (bazel-contrib#462)
1 parent 6a9311c commit 1b4f61b

File tree

1 file changed

+1
-1
lines changed
  • python/pip_install/extract_wheels/lib

1 file changed

+1
-1
lines changed

python/pip_install/extract_wheels/lib/bazel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def whl_requirement(name):
9595
return requirement(name) + ":whl"
9696
9797
def install_deps():
98-
fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_install_incremental()?")
98+
fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_parse()?")
9999
""".format(
100100
repo=repo_name,
101101
requirement_labels=requirement_labels,

0 commit comments

Comments
 (0)
0