Bug 1838 - Change in setuptools breaks stage 2 04/11504/1
authorbeierlm <mark.beierl@canonical.com>
Wed, 5 Jan 2022 13:57:51 +0000 (08:57 -0500)
committerbeierlm <mark.beierl@canonical.com>
Wed, 5 Jan 2022 13:57:51 +0000 (08:57 -0500)
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 <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.
 #