Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hooks: mariadb: always collect decimal module as hidden import #426

Merged
merged 1 commit into from
May 6, 2022

Conversation

rokm
Copy link
Member

@rokm rokm commented May 5, 2022

Always collect the decimal module as a hidden import, even if it seems to be automatically picked up on recent python versions.
That likely happens due to import in some other module (e.g., from standard library), but may be subject to change in the future,
so we should not be relying on it. Besides, the hidden import does no harm, even if it is redundant.

Always collect the `decimal` module as a hidden import, even
if it seems to be automatically picked up on recent python versions.
That likely happens due to import in some other module (e.g., from
standard library), but may be subject to change in the future,
so we should not be relying on it. Besides, the hidden import does
no harm, even if it is redundant.
@bwoodsend bwoodsend merged commit aff8fac into pyinstaller:master May 6, 2022
@rokm rokm deleted the hook-mariadb branch July 24, 2022 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants