diff options
| author | Michael Wyraz <mw@brick4u.de> | 2025-09-17 12:16:50 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-06 16:01:15 -0800 |
| commit | 82f17c4afe51dc1106094a2342ee9c8ece691044 (patch) | |
| tree | 3988957d11f32e1d17e53e0e2e9ad9d23a0079d9 /meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | |
| parent | ac8e1757ad9632ca03ce0aad04b3611a5895e0ca (diff) | |
| download | meta-openembedded-82f17c4afe51dc1106094a2342ee9c8ece691044.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>
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 0ba138cfe1..d83c37e850 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 | |||
| @@ -14,6 +14,7 @@ SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c415 | |||
| 14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
| 17 | python3-misc \ | ||
| 17 | python3-crypt \ | 18 | python3-crypt \ |
| 18 | python3-logging \ | 19 | python3-logging \ |
| 19 | python3-netclient \ | 20 | python3-netclient \ |
