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 <mark.beierl@canonical.com>
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.
#