Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-reedsolo: upgrade 1.6.1 -> 1.7.0 | Wang Mingyu | 2023-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Changelog: =========== - Drop cythonization by default, to avoid installation issues for users with Cython installed but no C++ compiler. Cythonization needs to be requested explictly now, using pip install --upgrade reedsolo --install-option="--cythonize" --verbose. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-reedsolo: Add recipe | Quentin Schulz | 2023-01-11 | 1 | -0/+10 |
reedsolo is a pure-Python Reed Solomon encoder/decoder. It is required by esptool which will be added in the next commit. This adds a recipe for the Python module. Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |