Skip to content

Fix reportlab GPL issue by removing problematic component #1491

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

Merged
merged 2 commits into from Nov 28, 2018
Merged

Fix reportlab GPL issue by removing problematic component #1491

merged 2 commits into from Nov 28, 2018

Conversation

ghost
Copy link

@ghost ghost commented Nov 26, 2018

This fixes the reportlab GPL issue by removing problematic component. (By default, reportlab has a GPL'ed font that is included into the .apk which is quite bad for licensing reasons.)

I tested that:

  • the DarkGarden font is gone from the .apk (by manually unzipping it and opening the private.mp3 tarball)
  • that the build with python3crystax still works
  • that a python3crystax app can still successfully export PDF with text

So as far as I'm concerned, this should be ready for merging

@ghost ghost changed the title [WIP] Fix reportlab GPL issue by removing problematic component Fix reportlab GPL issue by removing problematic component Nov 26, 2018
@ghost
Copy link
Author

ghost commented Nov 28, 2018

Sorry for the indentation / flake 8 error, forgot to check that. Should be fine now

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

Thanks for the fixes.
Conditional build fails because of #1485
The rest looks good to me

@AndreMiras AndreMiras merged commit 8e7d649 into kivy:master Nov 28, 2018
@ghost ghost deleted the reportlabgplfix branch November 28, 2018 22:13
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.

1 participant