diff options
| author | Michael Wyraz <mw@brick4u.de> | 2025-09-17 12:16:50 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-17 13:52:41 +0530 |
| commit | 55d4df5300cb11eb31b062fbabdeacee369d6c1b (patch) | |
| tree | 846d7a787db93d89d36afa212db9699bc0339c76 /meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | |
| parent | 11d30147cb70c388bf315b7c57f7a103d3a9799f (diff) | |
| download | meta-openembedded-55d4df5300cb11eb31b062fbabdeacee369d6c1b.tar.gz | |
python3-passlib: add python3-misc as a depencency
python3-passlib requires 'timtit' at runtime which is part of python3-misc
Issue #1001
Signed-off-by: Michael Wyraz <mw@brick4u.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 82f17c4afe51dc1106094a2342ee9c8ece691044)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb index 373a411555..5004a17d49 100644 --- a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | |||
| @@ -15,6 +15,7 @@ SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c415 | |||
| 15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
| 18 | python3-misc \ | ||
| 18 | python3-crypt \ | 19 | python3-crypt \ |
| 19 | python3-logging \ | 20 | python3-logging \ |
| 20 | python3-netclient \ | 21 | python3-netclient \ |
