From e5c26f4ad3e1d7043b72ec1602698969f218950e Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Tue, 24 May 2022 19:04:50 -0700 Subject: [PATCH] Fixed missing bzl sources from bzl filegroup --- python/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/BUILD b/python/BUILD index 74c2c1c087..05cc9d1c42 100644 --- a/python/BUILD +++ b/python/BUILD @@ -46,6 +46,8 @@ filegroup( "defs.bzl", "packaging.bzl", "pip.bzl", + "repositories.bzl", + "versions.bzl", "//python/pip_install:bzl", "//python/private:bzl", ],