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:
Rafael Falcão 2022-08-29 10:07:22 -03:00 committed by Rafael Vieira Falcão
parent e2d9f126ef
commit 0211e6e0e8
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
pbr>=2.0.0
PyYAML==3.13
PyYAML

View File

@ -10,13 +10,12 @@ mock>=2.0.0 # BSD
passlib>=1.7.0
psycopg2-binary
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
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testrepository>=0.0.18
testtools!=1.2.0,>=0.9.36
ipaddr
pytest
pyudev
migrate