You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2018/03/20 20:44:44 UTC

[09/11] impala git commit: IMPALA-6697: Downgrade setuptools to be compatible with Python 2.6

IMPALA-6697: Downgrade setuptools to be compatible with Python 2.6

Change-Id: I0d4727b7a5911269b82287ed9ce759f1e211f386
Reviewed-on: http://gerrit.cloudera.org:8080/9713
Reviewed-by: Philip Zeyliger <ph...@cloudera.com>
Tested-by: Lars Volker <lv...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/4fbe4cb2
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/4fbe4cb2
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/4fbe4cb2

Branch: refs/heads/master
Commit: 4fbe4cb208c3d5a044fc64f151d496475524eda9
Parents: b1ef7de
Author: Lars Volker <lv...@cloudera.com>
Authored: Sun Mar 18 10:29:41 2018 -0700
Committer: Lars Volker <lv...@cloudera.com>
Committed: Sun Mar 18 23:31:17 2018 +0000

----------------------------------------------------------------------
 infra/python/deps/requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/4fbe4cb2/infra/python/deps/requirements.txt
----------------------------------------------------------------------
diff --git a/infra/python/deps/requirements.txt b/infra/python/deps/requirements.txt
index 29cc9ce..abf5d7d 100644
--- a/infra/python/deps/requirements.txt
+++ b/infra/python/deps/requirements.txt
@@ -55,7 +55,8 @@ python-magic == 0.4.11
 pywebhdfs == 0.3.2
   pbr == 1.8.1
 requests == 2.7.0
-setuptools == 39.0.0
+# Newer versions of setuptools don't support Python 2.6
+setuptools == 36.8.0
 setuptools-scm == 1.15.4
 sh == 1.11
 sqlparse == 0.1.15