diff options
author | fmenguy <francoisregis.menguy@orange.com> | 2021-05-17 14:01:20 +0200 |
---|---|---|
committer | fmenguy <francoisregis.menguy@orange.com> | 2021-05-25 09:29:27 +0200 |
commit | 1e009906b8a25e4f25dacd1a3bab7801bdd57b44 (patch) | |
tree | 140742e5d6367d703e183ad6cf9758bb194071cc /requirements.txt | |
parent | d4741875ea90764d89ea8f7193c7210c667d3424 (diff) |
NFVBENCH-209 Fix NFVbench loopvm build failed on testpmd step
Change-Id: I0715b46b34b382176f2e06798deeede402b4c2fd
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b002c68..7c74119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ bitmath>=1.3.1.1 paramiko>=1.14.0 prettytable>=0.7.2 pytz>=2016.4 -six>=1.10.0 +six==1.15.0 python-glanceclient==3.2.2 python-neutronclient>=7.3.0 python-novaclient>=17.3.0 |