-
Notifications
You must be signed in to change notification settings - Fork 721
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
python3-matplotlib: add missing dependency #578
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In order to fix the dependency issue on PIL module, python3-pillow is required. Signed-off-by: Adrian Fiergolski <[email protected]>
noted.. |
mlasch
pushed a commit
to husqvarnagroup/smart-garden-gateway-yocto-meta-openembedded
that referenced
this pull request
Jun 22, 2022
Changelog: ========= Main Changes ------------ Add pyenv's .python-version into .gitignore, openembedded#576 Added more --very-verbose logging to make clearer what's going on, openembedded#578 Updated versions of containers in CI config, openembedded#583 Fixed coverage config template for namespaced packages, openembedded#610 Replaced internal appdirs dependency with platformdirs, openembedded#584 Documentation Changes --------------------- Mention python -m setuptools_scm as a form of debugging, openembedded#574 Mention setting the default branch in git in docs, openembedded#577 Fix documented path to pyscaffold/default.cfg, openembedded#580 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]>
mlasch
pushed a commit
to husqvarnagroup/smart-garden-gateway-yocto-meta-openembedded
that referenced
this pull request
Jun 22, 2022
The 1.6.1 incorporates the 0001-Fix-status-in-teardown-overriding-exit-code.patch backport patch. Changelog: ========== Fixed: ------ prevent teardown, teardown_file, and teardown_suite from overriding bats' exit code by setting $status (e.g. via calling run) (openembedded#581, openembedded#575) CRITICAL: this can return exit code 0 despite failed tests, thus preventing your CI from reporting test failures! The regression happened in version 1.6.0. Documentation: -------------- corrected invalid documentation of run -N (had =N instead) (openembedded#579) CRITICAL: using the incorrect form can lead to silent errors. See issue openembedded#578 for more details and how to find out if your tests are affected. Signed-off-by: Diego Sueiro <[email protected]> Signed-off-by: Khem Raj <[email protected]>
tewarid
pushed a commit
to tewarid/meta-openembedded
that referenced
this pull request
Jul 7, 2022
The 1.6.1 incorporates the 0001-Fix-status-in-teardown-overriding-exit-code.patch backport patch. Changelog: ========== Fixed: ------ prevent teardown, teardown_file, and teardown_suite from overriding bats' exit code by setting $status (e.g. via calling run) (openembedded#581, openembedded#575) CRITICAL: this can return exit code 0 despite failed tests, thus preventing your CI from reporting test failures! The regression happened in version 1.6.0. Documentation: -------------- corrected invalid documentation of run -N (had =N instead) (openembedded#579) CRITICAL: using the incorrect form can lead to silent errors. See issue openembedded#578 for more details and how to find out if your tests are affected. Signed-off-by: Diego Sueiro <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 72fbb83) Signed-off-by: Armin Kuster <[email protected]>
applied to master with d4e70a1 |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jun 27, 2023
Changelog: ========== message_t::rebuild with string argument, like the constructor openembedded#579 Add DRAFT socket options for libzmq 4.3.2-4 openembedded#594 Add function for adding file descriptor to poller_t openembedded#595 Fix noexcept warnings openembedded#581 Disambiguation from other max functions openembedded#578 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using the recipe python3-matplotlib from honister one gets error:
Adding python3-pillow fixes the problem.
Could you also move this change to honister?