From 009dd33942938cc29acfbd1ad267352b9d0c7fba Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Tue, 18 Aug 2020 16:39:19 +0200 Subject: [PATCH] Fix setuptools-scm's version range Because of this typo we ended up installing version 4 instead of 3 Change-Id: Ic2d884b8c589d00531b372ba4f742cbe651c7e48 Related-Bug: #1891639 --- src/wheelhouse.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt index e51d378c..0b51a50a 100644 --- a/src/wheelhouse.txt +++ b/src/wheelhouse.txt @@ -1,5 +1,5 @@ -# Several dependencies now require setuptools-scm>=3.0<=3.4.1 which requires toml -setuptools-scm>=3.0<=3.4.1 +# Several dependencies now require setuptools-scm>=3.0,<=3.4.1 which requires toml +setuptools-scm>=3.0,<=3.4.1 toml keystoneauth1 pbr