pw_build: Add dep for copy_from_cipd

Make sure the copy_from_cipd script is fully installed before using it.

Change-Id: I930ef3ae2c5d05d2e70f7193d2923b0ca757087e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/41661
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
This commit is contained in:
Rob Mohr 2021-04-19 13:23:32 -07:00 committed by CQ Bot Account
parent 6e15a13e9e
commit 3d39b8b898

View File

@ -75,6 +75,8 @@ template("pw_cipd_static_library") {
# well.
inputs = [ invoker.manifest ]
outputs = [ _out_file ]
python_deps = [ "$dir_pw_build/py" ]
}
pw_source_set(target_name) {