From c733474d1e769ac43be241cfe1dbe99fc8a1f9aa Mon Sep 17 00:00:00 2001 From: Guilherme Costa Date: Thu, 16 Nov 2023 15:13:57 -0300 Subject: [PATCH] Adding software-client and tsconfig on stx-platformclients dependencies Adding software-client and tsconfig to PIP_PACKAGES to have their dependencies fulfilled on stx-platformclients image Test Plan: PASS Build python3 wheels tarball on Debian and build stx-platformclients image on Debian. Depends-On: https://review.opendev.org/c/starlingx/update/+/901240 Story: 2010676 Task: 49164 Change-Id: I84c951405c4caa3f4a7846979b59ff23cca54d23 Signed-off-by: Guilherme Costa --- .../debian/stx-platformclients.stable_docker_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image b/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image index 3208228c..3dc1b6df 100644 --- a/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image +++ b/openstack/python-platformclients/debian/stx-platformclients.stable_docker_image @@ -8,5 +8,5 @@ PIP_PACKAGES="pycryptodomex httplib2 pyopenssl ndg-httpsclient pyasn1 \ six prettytable PyYAML python-keystoneclient python-barbicanclient \ python-openstackclient cgtsclient fmclient distributedcloud_client \ osprofiler beautifulsoup4 oidcauthtools mechanize html5lib webencodings \ - nfv-client" + nfv-client software-client tsconfig" CUSTOMIZATION="ln -s /usr/local/kubernetes/1.24.4/stage2/usr/bin/kubectl /usr/bin/"