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

Parse environment markers when auto installing. #889

Merged
merged 1 commit into from
May 3, 2019

Commits on Apr 24, 2019

  1. Parse environment markers when auto installing.

    The following change in Mbed OS added an environment marker to
    the python requirements file:
    https://github.com/ARMmbed/mbed-os/pull/10096/files#diff-b4ef698db8ca845e5845c4618278f29aR24
    Mbed CLI did not know how to parse this, so a warning was always
    generated. This change now parses the "platform_system" marker, and
    adds a mechanism to add more if needed in the future.
    bridadan committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    a6e9096 View commit details
    Browse the repository at this point in the history