From 4ceb205512bbeb760c219306d6df7d6c1f12aa19 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 22 Oct 2018 03:47:34 +0200 Subject: Bundle pywin32 in third_party --- tools/sync_third_party.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/sync_third_party.py') diff --git a/tools/sync_third_party.py b/tools/sync_third_party.py index 39afdccd4..5fe78c407 100755 --- a/tools/sync_third_party.py +++ b/tools/sync_third_party.py @@ -14,4 +14,5 @@ third_party.fix_symlinks() third_party.run_yarn() third_party.run_cargo() +third_party.run_pip() third_party.run_gclient_sync() -- cgit v1.2.3