Bug 1839 - Change in setuptools breaks stage 2 05/11505/1
authorbeierlm <mark.beierl@canonical.com>
Wed, 5 Jan 2022 16:01:11 +0000 (11:01 -0500)
committerbeierlm <mark.beierl@canonical.com>
Wed, 5 Jan 2022 16:01:11 +0000 (11:01 -0500)
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 <mark.beierl@canonical.com>
requirements-dist.in
requirements-dist.txt

index 11f0a2a..4f8784f 100644 (file)
@@ -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
index 7393626..15a902a 100644 (file)
@@ -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.
 #