Updating k8sapp_openstack related libs
ipaddr has been superseded by ipaddress from the Python 3 standard library [1]. python-subunit and PyYAML updates was necessary due dependencies of internal libs. Test Plan: PASS - Build stx-openstack armada tarball (CentOS) PASS - Upload/apply/remove/delete stx-openstack app Closes-Bug: 1988043 [1] https://pypi.org/project/ipaddr/ Signed-off-by: Rafael Falcao <rafael.vieirafalcao@windriver.com> Change-Id: I02d29519a68483c728281a566e328043f5385d2c
This commit is contained in:
parent
e2d9f126ef
commit
0211e6e0e8
python-k8sapp-openstack/k8sapp_openstack
@ -1,2 +1,2 @@
|
|||||||
pbr>=2.0.0
|
pbr>=2.0.0
|
||||||
PyYAML==3.13
|
PyYAML
|
||||||
|
@ -10,13 +10,12 @@ mock>=2.0.0 # BSD
|
|||||||
passlib>=1.7.0
|
passlib>=1.7.0
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
python-barbicanclient>=4.5.2 # Apache-2.0
|
python-barbicanclient>=4.5.2 # Apache-2.0
|
||||||
python-subunit>=0.0.18
|
python-subunit>=1.4.0
|
||||||
requests-mock>=0.6.0 # Apache-2.0
|
requests-mock>=0.6.0 # Apache-2.0
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
stestr>=1.0.0 # Apache-2.0
|
stestr>=1.0.0 # Apache-2.0
|
||||||
testrepository>=0.0.18
|
testrepository>=0.0.18
|
||||||
testtools!=1.2.0,>=0.9.36
|
testtools!=1.2.0,>=0.9.36
|
||||||
ipaddr
|
|
||||||
pytest
|
pytest
|
||||||
pyudev
|
pyudev
|
||||||
migrate
|
migrate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user