diff options
| author | Michael Wyraz <mw@brick4u.de> | 2025-09-17 12:12:01 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-17 13:52:14 +0530 |
| commit | ac810a91ee7a7c7cfd1f70158a0c2357ded21b7e (patch) | |
| tree | 04da78e03f450a848f6fc8ee93b106006c178332 /meta-python/recipes-devtools | |
| parent | 23c3bdefbe9171b755af4c0b600964834235eea4 (diff) | |
| download | meta-openembedded-ac810a91ee7a7c7cfd1f70158a0c2357ded21b7e.tar.gz | |
python3-passlib: add native support
Issue #998
Signed-off-by: Michael Wyraz <mw@brick4u.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d786d02d22b9249b7a810ab72dd14bc32520101c)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | 2 |
1 files changed, 2 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 8b66e25922..373a411555 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 | |||
| @@ -19,3 +19,5 @@ RDEPENDS:${PN} += "\ | |||
| 19 | python3-logging \ | 19 | python3-logging \ |
| 20 | python3-netclient \ | 20 | python3-netclient \ |
| 21 | " | 21 | " |
| 22 | |||
| 23 | BBCLASSEXTEND = "native" \ No newline at end of file | ||
