From cb1df501e59675fbf7d68b837f71f879406971c3 Mon Sep 17 00:00:00 2001 From: beierlm Date: Wed, 5 Jan 2022 11:01:11 -0500 Subject: [PATCH] Bug 1839 - Change in setuptools breaks stage 2 Need to pin setuptools to < 60 as the newer versions do not work with stdeb Fixes Bug 1839 Change-Id: Iba3e9d7d2672e28c3eb410160fb5cb7a6848f7bb Signed-off-by: beierlm --- requirements-dist.in | 3 ++- requirements-dist.txt | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements-dist.in b/requirements-dist.in index 11f0a2a..4f8784f 100644 --- a/requirements-dist.in +++ b/requirements-dist.in @@ -14,4 +14,5 @@ # limitations under the License. stdeb -setuptools-version-command \ No newline at end of file +setuptools-version-command +setuptools<60 \ No newline at end of file diff --git a/requirements-dist.txt b/requirements-dist.txt index 7393626..15a902a 100644 --- a/requirements-dist.txt +++ b/requirements-dist.txt @@ -1,10 +1,13 @@ -setuptools-version-command==2.2 +setuptools-version-command==99.9 # via -r requirements-dist.in stdeb==0.10.0 # via -r requirements-dist.in # The following packages are considered to be unsafe in a requirements file: -# setuptools +setuptools==59.8.0 + # via + # -r requirements-dist.in + # setuptools-version-command ####################################################################################### # Copyright ETSI Contributors and Others. # -- 2.25.1