From 37d51d10fa788bdf3c782fe6b34a14faba160386 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Fri, 12 May 2017 10:55:32 -0700 Subject: Add dependency on new location of pyserial Test: ran ./update.py, which completed successfully Change-Id: I7cc377340b490baf33ebae8705c5163e56e76f9d --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3