libvirt_cloud/roles/toxcore/overlay/Linux/usr/local/src/gridfire/keyring/pyinstaller/hook-keyutils.backend.py
2024-01-04 14:51:14 +00:00

18 lines
681 B
Python

#-----------------------------------------------------------------------------
# Copyright (c) 2014-2020, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License (version 2
# or later) with exception for distributing the bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#
# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
#-----------------------------------------------------------------------------
# Tested with keyring 3.7 on MacOS.
from PyInstaller.utils.hooks import collect_submodules
# .KeyutilsKeyringBackend
hiddenimports = collect_submodules('keyutils.keys.*')