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] = "f748f7c2d6fd375cc93d3fba7ef4a9e3a092421b8dbf34d8d4dc06be9492dfdd" inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest CARGO_SRC_DIR = "src/_bcrypt" require ${BPN}-crates.inc RDEPENDS:${PN}:class-target += "\ python3-cffi \ python3-ctypes \ python3-shell \ "