mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Changelog: https://gitlab.com/m2crypto/m2crypto/-/tags
The cmd will be None after introduced the commit [1] in the new
version and result the below do_compile error.
DEBUG: Executing shell function do_compile
* Getting build dependencies for wheel...
[snip]
TypeError: expected str, bytes or os.PathLike object, not NoneType
ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel
So make the cmd available to fix the above issue.
[1]
|
||
|---|---|---|
| .. | ||
| gyp | ||
| python | ||
| python-jsonref | ||
| python3-attrdict3 | ||
| python3-cairocffi | ||
| python3-gspread | ||
| python3-mlcommons-loadgen | ||
| python3-nltk | ||
| python3-piccata | ||
| python3-reedsolo | ||
| python3-rouge-score | ||
| python3-wxgtk4 | ||
| python3-zstandard | ||