Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / third_party / yaml.BUILD
1 py_library(
2     name = "yaml",
3     srcs = glob(["lib/yaml/*.py"]),
4     imports = [
5         "lib",
6     ],
7     visibility = [
8         "//visibility:public",
9     ],
10 )