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

copy dependent files relative to source module file #494

Merged
merged 4 commits into from Dec 7, 2019
Merged

copy dependent files relative to source module file #494

merged 4 commits into from Dec 7, 2019

Conversation

marcelotduarte
Copy link
Owner

I was trying to fix errors in modules that use _cffi_backend like PIL, cryptography and bcrypt. _cffi_backend needs a libffi*.so.* file in a specific subfolder, and PIL needs it either in libs/PIL/.libs or lib/.libs when zip_include_packages = ["*"]
With this patch it was possible to reduce the hooks for PIL and cffi.
I ended up making a little fuss about submitting the patches on cffi and PIL.
For PIL, it had already closed patch #480 and sent a new #491
For cffi I will fix #479

@anthony-tuininga anthony-tuininga merged commit bc376ce into marcelotduarte:master Dec 7, 2019
@marcelotduarte marcelotduarte deleted the freeze4 branch December 7, 2019 21:09
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