632d32be89
Implements blueprint kubeadminstallable Change-Id: I38cbc88ee7ee7b544ec15ee8f6ef9e0a0f474c2a Co-Authored-By: Antoni Segura Puimedon <antonisp@celebdor.com> Co-Authored-By: Michal Dulko <mdulko@redhat.com>
3 lines
115 B
Python
3 lines
115 B
Python
from PyInstaller.utils.hooks import collect_submodules
|
|
hiddenimports = collect_submodules('vif_plug_linux_bridge')
|