exclude virtualenv version 16.3.0

It is breaking devstack because of
https://github.com/pypa/virtualenv/issues/1301.

This is a temporary measure to unbreak devstack. In the long run,
we'll need to fix devstack to be able to use a more contemporary
version of pip.

Change-Id: Ic838ef692093c9b8059ddb7933dd700e1909d607
Story: 2004937
This commit is contained in:
Guang Yee 2019-02-04 15:35:59 -08:00
parent 0e4d2e04c3
commit cca006305b
2 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ trollius;python_version=='2.7' # Apache-2.0
ujson # BSD
unittest2 # BSD
virtualbmc # Apache-2.0
virtualenv # MIT
virtualenv!=16.3.0 # MIT
vmware-nsxlib # Apache-2.0
wrapt # BSD License
WebTest # MIT

View File

@ -553,7 +553,7 @@ itsdangerous===1.1.0
XStatic-jquery-ui===1.12.1.1
monasca-statsd===1.10.1
python-dateutil===2.7.5
virtualenv===16.3.0
virtualenv===16.2.0
colorama===0.4.1
ironic-lib===2.16.1
pytz===2018.9