Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit a850b2e

Browse files
authored
Remove deprecated pip repositories Bazel call (#264)
## What is the goal of this PR? We remove an unneccessary call of `pip_repositories` despite it being a deprecated function from `rules_python`, including in our own patched version. Additionally, this cleans up our bazel command output. See the output message below. ``` DEBUG: /private/var/tmp/[...]/external/rules_python/python/pip.bzl:228:10: DEPRECATED: the pip_repositories rule has been replaced with pip_install, please see rules_python 0.1 release notes ``` See this dependencies PR for more information: - typedb/typedb-dependencies#372 ## What are the changes implemented in this PR? We remove the command that loads the function as well as the call to the function.
1 parent 13e8bff commit a850b2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WORKSPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ kt_register_toolchains()
4646
# Load //builder/python
4747
load("@vaticle_dependencies//builder/python:deps.bzl", python_deps = "deps")
4848
python_deps()
49-
load("@rules_python//python:pip.bzl", "pip_repositories")
50-
pip_repositories()
5149

5250
# Load //builder/grpc
5351
load("@vaticle_dependencies//builder/grpc:deps.bzl", grpc_deps = "deps")

0 commit comments

Comments
 (0)