diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb index 860f291476..8328594bad 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "Apache-2.0" | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" |
| 4 | HOMEPAGE = "https://pypi.org/project/bcrypt/" | 4 | HOMEPAGE = "https://pypi.org/project/bcrypt/" |
| 5 | 5 | ||
| 6 | DEPENDS += "${PYTHON_PN}-cffi-native" | 6 | DEPENDS += "python3-cffi-native" |
| 7 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' -fuse-ld=bfd', '', d)}" | 7 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' -fuse-ld=bfd', '', d)}" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac7a1258" | 9 | SRC_URI[sha256sum] = "33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac7a1258" |
| @@ -19,8 +19,8 @@ CARGO_SRC_DIR = "src/_bcrypt" | |||
| 19 | require ${BPN}-crates.inc | 19 | require ${BPN}-crates.inc |
| 20 | 20 | ||
| 21 | RDEPENDS:${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
| 22 | ${PYTHON_PN}-pytest \ | 22 | python3-pytest \ |
| 23 | ${PYTHON_PN}-unittest-automake-output \ | 23 | python3-unittest-automake-output \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | do_install_ptest() { | 26 | do_install_ptest() { |
| @@ -29,8 +29,8 @@ do_install_ptest() { | |||
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | RDEPENDS:${PN}:class-target += "\ | 31 | RDEPENDS:${PN}:class-target += "\ |
| 32 | ${PYTHON_PN}-cffi \ | 32 | python3-cffi \ |
| 33 | ${PYTHON_PN}-ctypes \ | 33 | python3-ctypes \ |
| 34 | ${PYTHON_PN}-shell \ | 34 | python3-shell \ |
| 35 | ${PYTHON_PN}-six \ | 35 | python3-six \ |
| 36 | " | 36 | " |
