Repository: aurora Updated Branches: refs/heads/master 3d9ed873c -> da18d14ab
Remove twitter.common.rpc dependency and upgrade requests. Testing Done: ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh Reviewed at https://reviews.apache.org/r/36797/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/da18d14a Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/da18d14a Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/da18d14a Branch: refs/heads/master Commit: da18d14aba81a7a86cf5f63baf32beb0117f8fd4 Parents: 3d9ed87 Author: Kevin Sweeney <[email protected]> Authored: Fri Jul 24 15:50:22 2015 -0700 Committer: Kevin Sweeney <[email protected]> Committed: Fri Jul 24 15:50:22 2015 -0700 ---------------------------------------------------------------------- 3rdparty/python/requirements.txt | 3 +-- src/main/python/apache/aurora/client/api/BUILD | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/da18d14a/3rdparty/python/requirements.txt ---------------------------------------------------------------------- diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index 4421746..4bc82b8 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -9,7 +9,7 @@ pex==0.8.2 protobuf==2.6.1 psutil==2.1.3 pystachio==0.8.0 -requests==2.3.0 +requests==2.7.0 requests-kerberos==0.7.0 thrift==0.9.1 twitter.common.app==0.3.3 @@ -27,7 +27,6 @@ twitter.common.options==0.3.3 twitter.common.process==0.3.3 twitter.common.quantity==0.3.3 twitter.common.recordio==0.3.3 -twitter.common.rpc==0.3.3 twitter.common.string==0.3.3 twitter.common.testing==0.3.3 twitter.common.zookeeper==0.3.3 http://git-wip-us.apache.org/repos/asf/aurora/blob/da18d14a/src/main/python/apache/aurora/client/api/BUILD ---------------------------------------------------------------------- diff --git a/src/main/python/apache/aurora/client/api/BUILD b/src/main/python/apache/aurora/client/api/BUILD index d71cc31..a030a67 100644 --- a/src/main/python/apache/aurora/client/api/BUILD +++ b/src/main/python/apache/aurora/client/api/BUILD @@ -69,7 +69,6 @@ python_library( dependencies = [ '3rdparty/python:twitter.common.log', '3rdparty/python:twitter.common.quantity', - '3rdparty/python:twitter.common.rpc', '3rdparty/python:twitter.common.zookeeper', 'src/main/python/apache/aurora/common/auth', 'src/main/python/apache/aurora/common:cluster',
