blob: c7e5ef6ce13805fb86fb769118ec15c170bd8c78 [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/python/python_library.gni")
python_library("yaml") {
source_root = "lib3/yaml"
sources = [
"__init__.py",
"composer.py",
"constructor.py",
"cyaml.py",
"dumper.py",
"emitter.py",
"error.py",
"events.py",
"loader.py",
"nodes.py",
"parser.py",
"reader.py",
"representer.py",
"resolver.py",
"scanner.py",
"serializer.py",
"tokens.py",
]
}