blob: 14b1d320b1d925af7605225b2d53c35233baf1c6 [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") {
sources = [
"lib3/yaml/__init__.py",
"lib3/yaml/composer.py",
"lib3/yaml/constructor.py",
"lib3/yaml/cyaml.py",
"lib3/yaml/dumper.py",
"lib3/yaml/emitter.py",
"lib3/yaml/error.py",
"lib3/yaml/events.py",
"lib3/yaml/loader.py",
"lib3/yaml/nodes.py",
"lib3/yaml/parser.py",
"lib3/yaml/reader.py",
"lib3/yaml/representer.py",
"lib3/yaml/resolver.py",
"lib3/yaml/scanner.py",
"lib3/yaml/serializer.py",
"lib3/yaml/tokens.py",
]
}