diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb index 21f2eb6ba4..b4f245530d 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb | |||
| @@ -7,12 +7,14 @@ DEPENDS += "${PYTHON_PN}-cffi-native" | |||
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "27d375903ac8261cfe4047f6709d16f7d18d39b1ec92aaf72af989552a650ebd" | 8 | SRC_URI[sha256sum] = "27d375903ac8261cfe4047f6709d16f7d18d39b1ec92aaf72af989552a650ebd" |
| 9 | 9 | ||
| 10 | inherit pypi python_setuptools3_rust ptest cargo-update-recipe-crates | 10 | inherit pypi python_setuptools3_rust ptest-cargo cargo-update-recipe-crates |
| 11 | 11 | ||
| 12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | CARGO_SRC_DIR = "src/_bcrypt" | ||
| 17 | |||
| 16 | require ${BPN}-crates.inc | 18 | require ${BPN}-crates.inc |
| 17 | 19 | ||
| 18 | RDEPENDS:${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
