From 315b813e9f9373276f5bd042ea673f3bc24c31f5 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Fri, 15 Nov 2024 16:18:35 +0100 Subject: [PATCH] Ensure to call `py_repositories` This makes the `rules_python_internal` repository available. --- WORKSPACE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index ff43dcf5a..151e93218 100755 --- a/WORKSPACE +++ b/WORKSPACE @@ -9,6 +9,10 @@ load("//haskell:repositories.bzl", "rules_haskell_dependencies") rules_haskell_dependencies() +load("@rules_python//python:repositories.bzl", "py_repositories") + +py_repositories() + load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive(