From: beierlm Date: Wed, 5 Jan 2022 13:57:51 +0000 (-0500) Subject: Bug 1838 - Change in setuptools breaks stage 2 X-Git-Tag: v12.0.0rc1~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FMON.git;a=commitdiff_plain;h=0fadec09860a942d9b4088afefe39e0413a2e1f9 Bug 1838 - Change in setuptools breaks stage 2 Need to pin setuptools to < 60 as the newer versions do not work with stdeb Fixes Bug 1838 Change-Id: Id65c0ad0ab4adaffe31cf5eea7e3499a3e5d9234 Signed-off-by: beierlm --- 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. #