diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-06-03 15:40:29 -0700 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-06-03 15:40:29 -0700 |
commit | 9bc61bd763d188da1a6e53be26946053325dae3e (patch) | |
tree | 74b2e311e33ee75c7af1274555cd1ad5b7b98e3c /tools/run_tests | |
parent | 247ca67bc6231db505057ed0d15879cae3ff5c0c (diff) | |
parent | ee6f1bffc6d89e8b8fd1b19048125bd4e7f39b1e (diff) |
Merge pull request #1885 from soltanmm/room-of-requirements
Redirect build_python.sh to requirements.txt.
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/build_python.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh index dc5baccf9f..d0f09e4d8b 100755 --- a/tools/run_tests/build_python.sh +++ b/tools/run_tests/build_python.sh @@ -37,6 +37,6 @@ root=`pwd` rm -rf python2.7_virtual_environment virtualenv -p /usr/bin/python2.7 python2.7_virtual_environment source python2.7_virtual_environment/bin/activate -pip install enum34==1.0.4 futures==2.2.0 protobuf==3.0.0a2 +pip install -r src/python/requirements.txt CFLAGS=-I$root/include LDFLAGS=-L$root/libs/$CONFIG pip install src/python/src pip install src/python/interop |