diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb b/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb index 362efa2751..1a55a3e4a1 100644 --- a/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb | |||
@@ -14,4 +14,10 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | inherit setuptools3 | 15 | inherit setuptools3 |
16 | 16 | ||
17 | RDEPENDS:${PN} += "python3-core" | 17 | RDEPENDS:${PN} += " \ |
18 | python3-compression \ | ||
19 | python3-logging \ | ||
20 | python3-netserver \ | ||
21 | python3-setuptools \ | ||
22 | python3-stringold \ | ||
23 | " | ||