2ceec3b348
OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Increase requests lower requirement since oslo.config needs 2.18.0. Fix idna lower-constraint to satisfy requests. Change-Id: I753e09613b50e099060e2c85eb80d06d8b257858
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pip install -q -U -e "git+https://git.openstack.org/openstack/tosca-parser.git#egg=tosca_parser"
|