From e5d39f460e83cfa976f833ecb8d8d1a06be58361 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 3 Jul 2018 11:58:58 -0500 Subject: [PATCH] Use setuptools==33.1.1 in leap upgrade-requirements.txt Avoids using setuptools 34.x as using it can hit this bug when packages are being upgraded: https://github.com/pypa/setuptools/issues/951 Pinning to setuptools==33.1.1 also aligns to the global-requirement-pins.txt in newton-eol Change-Id: Ib33b828751c5a36d61448d148c5941beb6827c73 --- leap-upgrades/lib/upgrade-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leap-upgrades/lib/upgrade-requirements.txt b/leap-upgrades/lib/upgrade-requirements.txt index f0874aa5..19252ca0 100644 --- a/leap-upgrades/lib/upgrade-requirements.txt +++ b/leap-upgrades/lib/upgrade-requirements.txt @@ -4,6 +4,6 @@ cryptography==1.7.2 packaging==16.8 pip==9.0.1 -setuptools==34.0.1 +setuptools==33.1.1 virtualenv==15.1.0 wheel==0.29.0