Jean-Daniel Cryans has submitted this change and it was merged. Change subject: [build] Fix Python build failures on RHEL 6 ......................................................................
[build] Fix Python build failures on RHEL 6 Internal build machines running RHEL 6 started failing recently on something that looks a lot like: https://github.com/pypa/pip/issues/3045 But we already have the fix in. This patch works around the problem by upgrading setuptools separately which somehow works. Change-Id: I05ddecc4f903607f1131015277c1f36f2d766acb Reviewed-on: http://gerrit.cloudera.org:8080/7589 Reviewed-by: David Ribeiro Alves <[email protected]> Tested-by: Jean-Daniel Cryans <[email protected]> --- M build-support/jenkins/build-and-test.sh M python/requirements.txt 2 files changed, 5 insertions(+), 1 deletion(-) Approvals: David Ribeiro Alves: Looks good to me, approved Jean-Daniel Cryans: Verified -- To view, visit http://gerrit.cloudera.org:8080/7589 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I05ddecc4f903607f1131015277c1f36f2d766acb Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
