mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
python3-bcrypt: upgrade 4.2.0 -> 4.2.1
(From OE-Core rev: dd2c763e7271cdc1526c657e54f4ec97aad9d621) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6ef1c95ade
commit
aacfc8bf7c
35
meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb
Normal file
35
meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb
Normal file
@@ -0,0 +1,35 @@
|
||||
SUMMARY = "Modern password hashing for your software and your servers."
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
|
||||
HOMEPAGE = "https://pypi.org/project/bcrypt/"
|
||||
|
||||
DEPENDS += "python3-cffi-native"
|
||||
LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-fuse-ld=bfd', '', d)}"
|
||||
|
||||
SRC_URI[sha256sum] = "6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe"
|
||||
|
||||
inherit pypi python_setuptools3_rust ptest-cargo cargo-update-recipe-crates
|
||||
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
CARGO_SRC_DIR = "src/_bcrypt"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
install -d ${D}${PTEST_PATH}/tests
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
python3-cffi \
|
||||
python3-ctypes \
|
||||
python3-shell \
|
||||
"
|
||||
Reference in New Issue
Block a user