Repository: incubator-impala Updated Branches: refs/heads/master 9a29dfc91 -> 297e23ba9
IMPALA-5189: Pin version of setuptools-scm A new upstream release of setuptools-scm (1.15.3) broke setting up the python environment. A subsequently released version fixed the breakage. Nonetheless pinning external dependencies seems like a good idea, so this change pins the version of setuptools-scm to the new version (1.15.4) to protect us from similar issues in the future. I tested this by running the following command in a new virtualenv and checking in the output that it installed the correct version of setuptools-scm (1.15.4). pip install --no-binary --no-index --no-cache-dir --find-links infra/python/deps/ -r infra/python/deps/requirements.txt Change-Id: I398972d2cdf3acc9d5d8c598fc5b964b7241f1d2 Reviewed-on: http://gerrit.cloudera.org:8080/6599 Reviewed-by: Lars Volker <[email protected]> Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/841fe7f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/841fe7f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/841fe7f6 Branch: refs/heads/master Commit: 841fe7f621be0c8af4fceeb8eec6a95426320bcd Parents: 9a29dfc Author: Lars Volker <[email protected]> Authored: Sat Apr 8 14:07:59 2017 +0200 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Apr 19 22:03:51 2017 +0000 ---------------------------------------------------------------------- infra/python/deps/requirements.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/841fe7f6/infra/python/deps/requirements.txt ---------------------------------------------------------------------- diff --git a/infra/python/deps/requirements.txt b/infra/python/deps/requirements.txt index 7d9d484..1c265c4 100644 --- a/infra/python/deps/requirements.txt +++ b/infra/python/deps/requirements.txt @@ -57,6 +57,7 @@ python-magic == 0.4.11 pywebhdfs == 0.3.2 pbr == 1.8.1 requests == 2.7.0 +setuptools-scm == 1.15.4 sh == 1.11 sqlparse == 0.1.15 texttable == 0.8.3
