commit | 03c67afd452cdff45b41bfe65e19a2fb5b80a0e8 | [log] [tgz] |
---|---|---|
author | Jay Zhuang <jayzhuang@google.com> | Thu Oct 14 20:11:02 2021 -0400 |
committer | Jay Zhuang <jayzhuang@google.com> | Fri Oct 15 18:57:42 2021 +0000 |
tree | bad922db4a07375fbd9a66ed0da29c1a70590bb5 | |
parent | 30ef47c0ea20f673205568a75ff827ec2c4fb8a4 [diff] |
[build] Update BUILD.gn after tag merge Bug: 86678 Change-Id: Id6d3afd7e1750bd75f8a46f2c9f092f976dbe376 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/pyyaml/+/594548 Reviewed-by: Shai Barack <shayba@google.com>
diff --git a/BUILD.gn b/BUILD.gn index c7e5ef6..37298ef 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -5,7 +5,7 @@ import("//build/python/python_library.gni") python_library("yaml") { - source_root = "lib3/yaml" + source_root = "lib/yaml" sources = [ "__init__.py", "composer.py",