Skip to content

Commit 6a70fc6

Browse files
authored
Refactor code to work with latest @graknlabs_dependencies (#123)
## What is the goal of this PR? Latest version of `@graknlabs_dependencies` updates `rules-python` and therefore all repos that depend on it need to bring imports to an up-to-date state. ## What are the changes implemented in this PR? Update `WORKSPACE` to match latest `@graknlabs_dependencies`
1 parent 184c2b9 commit 6a70fc6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

WORKSPACE

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ kt_register_toolchains()
4242
# Load //builder/python
4343
load("@graknlabs_dependencies//builder/python:deps.bzl", python_deps = "deps")
4444
python_deps()
45-
load("@rules_python//python:pip.bzl", "pip_repositories", "pip3_import")
46-
pip_repositories()
4745

4846
# Load //builder/antlr
4947
load("@graknlabs_dependencies//builder/antlr:deps.bzl", antlr_deps = "deps")
@@ -68,8 +66,6 @@ docker_deps()
6866
load("@graknlabs_dependencies//tool/common:deps.bzl", "graknlabs_dependencies_ci_pip",
6967
graknlabs_dependencies_tool_maven_artifacts = "maven_artifacts")
7068
graknlabs_dependencies_ci_pip()
71-
load("@graknlabs_dependencies_ci_pip//:requirements.bzl", "pip_install")
72-
pip_install()
7369

7470
# Load //tool/checkstyle
7571
load("@graknlabs_dependencies//tool/checkstyle:deps.bzl", checkstyle_deps = "deps")

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def graknlabs_dependencies():
2121
git_repository(
2222
name = "graknlabs_dependencies",
2323
remote = "https://github.com/graknlabs/dependencies",
24-
commit = "1fe947a6a7f78d6b0dbe14481cdd0d6929988e5e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
24+
commit = "36bc9911558dc4a81f1f467d5a080033b62852fe", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2525
)
2626

2727
def graknlabs_common():

0 commit comments

Comments
 (0)