From 66bacff13fce3979984b3bb3a2eb4cd8cc28007a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 18 Mar 2018 00:42:57 -0400 Subject: [PATCH] Pull in pip / setuptools fix for lftools install Upstream pip 9.0.2 may have broken lftools installs (and possibly other packages that need recent versions of setuptools). On systems with older setuptools, pip upgrade may not be pulling in a recent enough version of setuptools. This fix ensures that pip and setuptools are both upgraded together. Issue-ID: CIMAN-1 Change-Id: I14042f8bd39a7eff62fb97f8d812ee0a1033ce8c Signed-off-by: Thanh Ha --- jjb/global-jjb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/global-jjb b/jjb/global-jjb index 90e4e825b..aa2055173 160000 --- a/jjb/global-jjb +++ b/jjb/global-jjb @@ -1 +1 @@ -Subproject commit 90e4e825b3d0ac5959122c50e457419ad0cfe137 +Subproject commit aa205517366205dd017d0801bd0cfe104e742c1a -- 2.16.6