1SUMMARY = "Modern password hashing for your software and your servers." 2LICENSE = "Apache-2.0" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" 4HOMEPAGE = "https://pypi.org/project/bcrypt/" 5 6DEPENDS += "python3-cffi-native" 7LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-fuse-ld=bfd', '', d)}" 8 9SRC_URI[sha256sum] = "3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18" 10 11inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest 12 13CARGO_SRC_DIR = "src/_bcrypt" 14 15require ${BPN}-crates.inc 16 17RDEPENDS:${PN}:class-target += "\ 18 python3-cffi \ 19 python3-ctypes \ 20 python3-shell \ 21" 22