5b96496399
The cmd2-0.9.0 is python3-only and the rally venv is built unconstrained, so it's trying to bring in the latest version which is incompatible with python2. We pin the library to ensure that the venv build completes correctly. We also re-arrange the package list to be alphabetically sorted. Depends-On: https://review.openstack.org/570879 Change-Id: I1e259ce98fc8517c0cd00a04d6fe7b3f0703f5b4
8 lines
315 B
YAML
8 lines
315 B
YAML
---
|
|
issues:
|
|
- |
|
|
All OSA releases earlier than 17.0.5, 16.0.4, and 15.1.22 will fail to build the
|
|
rally venv due to the release of the new cmd2-0.9.0 python library. Deployers are
|
|
encouraged to update to the latest OSA release which pins to an appropriate version
|
|
which is compatible with python2.
|