aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/yaml.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/yaml.BUILD')
-rw-r--r--third_party/yaml.BUILD10
1 files changed, 10 insertions, 0 deletions
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",
+ ],
+)