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
This commit is contained in:
Aurelien Lourot 2020-08-18 16:39:19 +02:00
parent 7be811606c
commit 009dd33942
1 changed files with 2 additions and 2 deletions

View File

@ -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