Precise's versions of various tools used for Python development are behind the versions that Ganeti needs. This patch makes the devel/build_chroot script install the correct versions.
Signed-off-by: Hrvoje Ribicic <[email protected]> --- devel/build_chroot | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/devel/build_chroot b/devel/build_chroot index de09c95..9e5c71b 100755 --- a/devel/build_chroot +++ b/devel/build_chroot @@ -421,6 +421,14 @@ EOF build-essential in_chroot -- \ + easy_install \ + logilab-astng==0.24.1 \ + logilab-common==0.58.3 \ + mock==1.0.1 \ + pylint==0.26.0 \ + pep8==1.3.3 + + in_chroot -- \ cabal update # Precise has network-2.4.0.0, which breaks, see -- 2.2.0.rc0.207.ga3a616c
