Requirements file missing python-virtualenv
On systems where python-virtualenv is not installed, rally fails to run. As such adding the package to requirements required for running rally. Change-Id: Ib95331bab90d0926750548704ac4ba7e997d72f1 Closes-Bug: #1678047
This commit is contained in:
parent
c63ba779ae
commit
4ecdd60c43
@ -23,6 +23,7 @@ requests>=2.10.0,!=2.12.2,!=2.13.0,<=2.13.0 # Apache License, Version
|
|||||||
SQLAlchemy>=1.0.10,<=1.1.6 # MIT
|
SQLAlchemy>=1.0.10,<=1.1.6 # MIT
|
||||||
sphinx>=1.5.1,<=1.5.3 # BSD
|
sphinx>=1.5.1,<=1.5.3 # BSD
|
||||||
six>=1.9.0,<=1.10.0 # MIT
|
six>=1.9.0,<=1.10.0 # MIT
|
||||||
|
virtualenv # MIT
|
||||||
|
|
||||||
# OpenStack related
|
# OpenStack related
|
||||||
boto>=2.32.1,<=2.46.1 # MIT
|
boto>=2.32.1,<=2.46.1 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user