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

Fix CI library python requirements #2458

Merged
merged 2 commits into from
Dec 29, 2021
Merged

Commits on Dec 28, 2021

  1. Building HueEmulator library fails

    Because of missing `lxml` python requirement.
    This is defined in UPnP-Schemas but `make fetch` doesn't recurse dependencies.
    
    However, running `make submodules` from the project directory does fix the problem.
    Should have gone with that to start with!
    mikee47 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    9917934 View commit details
    Browse the repository at this point in the history
  2. Revise samples + component-samples build targets

    Add `make submodules` as things could break there too.
    Merge make targets using %.built
    mikee47 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    9b989ee View commit details
    Browse the repository at this point in the history