diff --git a/python-k8sapp-openstack/debian/deb_folder/python3-k8sapp-openstack-wheels.install b/python-k8sapp-openstack/debian/deb_folder/python3-k8sapp-openstack-wheels.install index 9fd0fc93..19a9e4ca 100644 --- a/python-k8sapp-openstack/debian/deb_folder/python3-k8sapp-openstack-wheels.install +++ b/python-k8sapp-openstack/debian/deb_folder/python3-k8sapp-openstack-wheels.install @@ -1 +1 @@ -plugins/k8sapp-openstack/*.whl +plugins/*.whl diff --git a/python-k8sapp-openstack/debian/deb_folder/rules b/python-k8sapp-openstack/debian/deb_folder/rules index 71b8e8e9..8b48dca9 100755 --- a/python-k8sapp-openstack/debian/deb_folder/rules +++ b/python-k8sapp-openstack/debian/deb_folder/rules @@ -14,7 +14,7 @@ override_dh_auto_install: python3 setup.py install --install-layout=deb --root $(ROOT) python3 setup.py bdist_wheel \ --universal \ - -d $(ROOT)/plugins/$(APP_NAME) + -d $(ROOT)/plugins override_dh_python3: dh_python3 --shebang=/usr/bin/python3 diff --git a/stx-openstack-helm-fluxcd/debian/deb_folder/control b/stx-openstack-helm-fluxcd/debian/deb_folder/control index 3fc13ec8..29979856 100644 --- a/stx-openstack-helm-fluxcd/debian/deb_folder/control +++ b/stx-openstack-helm-fluxcd/debian/deb_folder/control @@ -15,7 +15,10 @@ Homepage: https://www.starlingx.io Package: stx-openstack-helm-fluxcd Section: libs Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, + openstack-helm-infra, + openstack-helm, + python3-k8sapp-openstack-wheels Description: StarlingX Openstack FluxCD application This package contains the components needed for the Openstack FluxCD application. diff --git a/stx-openstack-helm/debian/deb_folder/control b/stx-openstack-helm/debian/deb_folder/control index ac7e484b..6096242b 100644 --- a/stx-openstack-helm/debian/deb_folder/control +++ b/stx-openstack-helm/debian/deb_folder/control @@ -15,7 +15,10 @@ Homepage: https://www.starlingx.io Package: stx-openstack-helm Section: libs Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, + openstack-helm-infra, + openstack-helm, + python3-k8sapp-openstack-wheels Description: StarlingX Openstack Armada Helm Charts This package contains Armada helm charts for the Openstack armada application.