summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pefile: Move from meta-python to meta-oeKhem Raj2024-06-091-16/+0
| | | | | | | | - This recipe is needed by newer versions of fwupd from meta-oe - Add ptest support for python3-pefile - Add python3-pefile to PTESTS_FAST_META_OE since tests take < 30s Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATHalperak2024-03-091-3/+0
| | | | | | | All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pefile: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pefile: Add initial supportJun Nie2023-05-111-0/+13
To parse and work with Portable Executable (PE) files Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>