Bundling + licensing question regarding Apache-2.0 & LGPL #809
Unanswered
tristan957
asked this question in
Q&A
Replies: 1 comment 1 reply
-
In general Apache-licensed code dynamically linking with LGPL-licensed is OK in the sense that the LGPL would not extend to the Apache-licensed code. But the thing is that when you redistribute the wheel you want to be able to meet license requirements for the LGPL deps: e.g., attribution/license text and source code redistribution. This is usually easy and straightforward, but I am not sure this is made easy by cibuildwheel... I started this related discussion as I want to automate the parts that can be automated . See #1006 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may not be the right forum, but my project is Apache-2.0 and we use two LGPL dependencies. I am having a hard time understanding if I will be in breach of the LGPL if I were to use this to distribute my project through PyPI.
Beta Was this translation helpful? Give feedback.
All reactions