From 9468367ecce1df7de1a6df0d1e30398cae2f08a2 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Tue, 20 Apr 2021 20:41:13 -0500 Subject: [PATCH] Replace old pip_install_incremental reference --- python/pip_install/extract_wheels/lib/bazel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pip_install/extract_wheels/lib/bazel.py b/python/pip_install/extract_wheels/lib/bazel.py index 9638f870e1..94c681c50a 100644 --- a/python/pip_install/extract_wheels/lib/bazel.py +++ b/python/pip_install/extract_wheels/lib/bazel.py @@ -95,7 +95,7 @@ def whl_requirement(name): return requirement(name) + ":whl" def install_deps(): - fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_install_incremental()?") + fail("install_deps() only works if you are creating an incremental repo. Did you mean to use pip_parse()?") """.format( repo=repo_name, requirement_labels=requirement_labels,