Fix new pip install issues

cmd2 was failing.
Also pyrsistent>=0.17.0 from browbeat.
 * remove browbeat from tqe-requirements

Closes-Bug: #1906265
Change-Id: I8ece0610abf455fc2c3f3ff7d35deb231e988c34
This commit is contained in:
Wes Hayutin 2020-11-30 08:47:35 -07:00
parent fd092aa4b6
commit 1241789e7d
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
git+https://opendev.org/openstack/tripleo-quickstart-extras/#egg=tripleo-quickstart-extras
git+https://opendev.org/openstack/tripleo-ha-utils/#egg=tripleo-ha-utils
git+https://opendev.org/x/browbeat/#egg=browbeat
# browbeat is no longer supported integrated w/ tq
#git+https://opendev.org/x/browbeat/#egg=browbeat
git+https://opendev.org/openstack/openstack-ansible-os_tempest/#egg=openstack-ansible-os_tempest
git+https://opendev.org/openstack/ansible-role-python_venv_build/#egg=ansible-role-python_venv_build
git+https://opendev.org/openstack/ansible-config_template/#egg=ansible-config_template

View File

@ -1,4 +1,4 @@
cmd2==0.8.5
cmd2>=0.8.5
ansible>=2.9,<2.10
jmespath
netaddr>=0.7.18