Skip to content

Fix 'Blinka library required' false-positives #85

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

Conversation

demophoon
Copy link
Contributor

Before this commit the LIBRARY_DOESNT_NEED_BLINKA string was being
treated as a list so non of the repos were matching the libraries which
didn't require blinka.

This commit replaces that variable with a list and adds in the
additional libraries which do not require blinka.

Fixes #70

Before this commit the `LIBRARY_DOESNT_NEED_BLINKA` string was being
treated as a list so non of the repos were matching the libraries which
didn't require blinka.

This commit replaces that variable with a list and adds in the
additional libraries which do not require blinka.
@sommersoft sommersoft merged commit cedbebb into adafruit:master May 6, 2019
@sommersoft
Copy link
Collaborator

The conversation on this never really advanced (at least that I was a part of). Thanks @demophoon for getting this in!

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.

Whitelist repos that don't need Blinka dependency
2 participants