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/yaml.BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 third_party/yaml.BUILD (limited to 'third_party/yaml.BUILD') diff --git a/third_party/yaml.BUILD b/third_party/yaml.BUILD new file mode 100644 index 0000000000..f88854c571 --- /dev/null +++ b/third_party/yaml.BUILD @@ -0,0 +1,10 @@ +py_library( + name = "yaml", + srcs = glob(["lib/yaml/*.py"]), + imports = [ + "lib", + ], + visibility = [ + "//visibility:public", + ], +) -- cgit v1.2.3