From aa56034b585be1d02eb77cbbe881f1d9833d9da7 Mon Sep 17 00:00:00 2001 From: Alex Polcyn Date: Mon, 12 Feb 2018 23:13:13 +0000 Subject: Add python bazel deps needed to run resolver component tests --- third_party/incremental.BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 third_party/incremental.BUILD (limited to 'third_party/incremental.BUILD') diff --git a/third_party/incremental.BUILD b/third_party/incremental.BUILD new file mode 100644 index 0000000000..f2a06b49dc --- /dev/null +++ b/third_party/incremental.BUILD @@ -0,0 +1,10 @@ +py_library( + name = "incremental", + srcs = glob(["src/incremental/*.py"]), + imports = [ + "src", + ], + visibility = [ + "//visibility:public", + ], +) -- cgit v1.2.3