From 01dd5a0d253812bf90ebf8c9eced6fc75fcda8f1 Mon Sep 17 00:00:00 2001 From: Lucas de Ataides Date: Thu, 31 Aug 2023 13:41:02 -0300 Subject: [PATCH] Remove openstack-helm-infra build dependency After [1] was merged, the build of this package started to fail as it has a dependency on the `openstack-helm-infra` package, provided by the `openstack-armada-app` repository. However, this dependency turned out to be unnecessary for this app, as it's not being used anywhere. This change removes the unnecessary openstack-helm-infra build dependency for stx-rook-ceph build. [1] Test Plan: PASS: build-pkgs -c -p python3-k8sapp-rook,stx-rook-ceph Closes-Bug: 2033668 Change-Id: I259ae358af0aedff3977beff8a4fc1debe78da4b Signed-off-by: Lucas de Ataides --- stx-rook-ceph/debian/deb_folder/control | 1 - 1 file changed, 1 deletion(-) diff --git a/stx-rook-ceph/debian/deb_folder/control b/stx-rook-ceph/debian/deb_folder/control index af21e88..3ade95f 100644 --- a/stx-rook-ceph/debian/deb_folder/control +++ b/stx-rook-ceph/debian/deb_folder/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: StarlingX Developers Build-Depends: debhelper-compat (= 13), helm, - openstack-helm-infra, chartmuseum, python3-k8sapp-rook, python3-k8sapp-rook-wheels,