trove as a dependency with LGPL
koertkuipers opened this issue · 5 comments
you sure an Apache 2 licensed project can depend on something that has GNU Lesser General Public License 2.1?
see for example:
rubychan/coderay#25
Hmm, I'm not sure; is there a workaround for this? I can try removing Trove dependencies completely in the worst case, I've slimmed down its usage considerably since the last release.
easiest would be to convince trove to also be available under apache 2
license.
or if succinct works without trove then you could make it an optional
dependency. i don't know if this solves the license issue.
On Sun, Jun 12, 2016 at 5:59 PM, Anurag Khandelwal <notifications@github.com
wrote:
Hmm, I'm not sure; is there a workaround for this? I can try removing
Trove dependencies completely in the worst case, I've slimmed down its
usage considerably since the last release.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#28 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAyIJA4hkXy6KxAkiY9W5H5VB8Lg_cdCks5qLIEpgaJpZM4Ixdoq
.
Alright I'll look into it. Thanks for pointing it out!
Resolved in the master branch.