py_library( name = "yamlschema", srcs = [ "yamlschema.py", ], imports = [ ".", ], deps = [ py_requirement("PyYAML"), ] )