summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pycocotools: inherit cython classRoss Burton2024-11-191-6/+2
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: Remove absolute paths from commentsKhem Raj2024-08-241-0/+4
| | | | | | | | | _mask.c is generated by cython and encodes sourcepaths into comments which are absolute. Edit them out. Fixes buildpaths QA errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: Downgrade numpy version needed to 1.xKhem Raj2024-08-241-0/+2
| | | | | | | This is needed for it to build with PEP-517 backend, older backend ignored the version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: Use build pep517-backendKhem Raj2024-08-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: Upgrade 2.0.7 -> 2.0.8Leon Anavi2024-06-211-0/+11
Upgrade to version 2.0.8: - Wheel files that support numpy 2.0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>