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

Add pyav hooks #29

Merged
merged 7 commits into from
Aug 12, 2020
Merged

Add pyav hooks #29

merged 7 commits into from
Aug 12, 2020

Conversation

liupx1988
Copy link
Contributor

pyav uses a cython module which imports sub-modules. These are not
normally detected by pyinstaller. This hook uses collect_submodules
to add the missing modules as hidden imports.

pyav uses a cython module which imports sub-modules. These are not
normally detected by pyinstaller. This hook uses collect_submodules
to add the missing modules as hidden imports.
@liupx1988 liupx1988 requested review from a team and bwoodsend and removed request for a team August 12, 2020 02:08
pyav uses a cython module which imports sub-modules. These are not
normally detected by pyinstaller. This hook uses collect_submodules
to add the missing modules as hidden imports.
@liupx1988 liupx1988 marked this pull request as draft August 12, 2020 03:08
@liupx1988 liupx1988 marked this pull request as ready for review August 12, 2020 03:10
@liupx1988 liupx1988 closed this Aug 12, 2020
@liupx1988 liupx1988 reopened this Aug 12, 2020
@liupx1988
Copy link
Contributor Author

It seems test failed while tests/scripts is missing.

@bwoodsend
Copy link
Member

Yeah, the tests need some surgery. But your stuff seems to be passing. Nice work. I'll let @Legorooj have a final check before merging...

Copy link
Member

@Legorooj Legorooj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@bwoodsend bwoodsend merged commit 1ce38ba into pyinstaller:master Aug 12, 2020
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

3 participants