summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-reedsolo
Commit message (Collapse)AuthorAgeFilesLines
* python3-reedsolo: upgrade 1.6.1 -> 1.7.0Wang Mingyu2023-02-121-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 recipeQuentin Schulz2023-01-111-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>