summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-bcrypt
Commit message (Collapse)AuthorAgeFilesLines
* python3-bcrypt: Fix build break on arches without 64 bit atomicsKhem Raj2024-02-291-0/+111
| | | | | | | | | | | | bump pyo3 to 0.20.3, which brings the needed fixes for building for architectures without 64bit atomics [1] [1] https://github.com/pyca/bcrypt/pull/746 (From OE-Core rev: 33bd36308be828123a820c5eed2f1fa9e3a7c0f6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-bcrypt: use python3-unittest-automake-outputRoss Burton2023-03-211-1/+1
| | | | | | | | | Instead of using sed to reformat the output use this new module. (From OE-Core rev: 6d81a8eeb42695c1d908a2ef9d60606c4eb7cf8f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-bcrypt: move from meta-pythonTim Orling2022-03-161-0/+3
Dependency for python3-cryptography (From OE-Core rev: 7c931d83ad84eef1bb24d00124e1dbee0855b48a) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>