aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2017-05-12 10:55:32 -0700
committerChris Craik <ccraik@google.com>2017-05-12 10:55:32 -0700
commit37d51d10fa788bdf3c782fe6b34a14faba160386 (patch)
tree02b32a9b97897e197d7a695cf1f66a7057efa05c
parent97b70dcd33a598e6b0c17fc341fe7793befa6455 (diff)
downloadchromium-trace-37d51d10fa788bdf3c782fe6b34a14faba160386.tar.gz
Add dependency on new location of pyserial
Test: ran ./update.py, which completed successfully Change-Id: I7cc377340b490baf33ebae8705c5163e56e76f9d
-rwxr-xr-xupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.py b/update.py
index 9e53f9e6..36def2c4 100755
--- a/update.py
+++ b/update.py
@@ -3,7 +3,7 @@
import codecs, httplib, json, optparse, os, urllib, shutil, subprocess, sys
upstream_git = 'https://github.com/catapult-project/catapult.git'
-PACKAGE_DIRS = ['common', 'dependency_manager', 'devil', 'systrace']
+PACKAGE_DIRS = ['common', 'dependency_manager', 'devil', 'systrace', 'third_party/pyserial']
script_dir = os.path.dirname(os.path.abspath(sys.argv[0]))
catapult_src_dir = os.path.join(script_dir, 'catapult-upstream')