diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pako_0.3.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb index 34cd096c9d..046e6571ea 100644 --- a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb | |||
@@ -11,3 +11,10 @@ do_install:append() { | |||
11 | rm -rf ${D}${prefix}/pako/LICENSE | 11 | rm -rf ${D}${prefix}/pako/LICENSE |
12 | rm -rf ${D}${prefix}/pako | 12 | rm -rf ${D}${prefix}/pako |
13 | } | 13 | } |
14 | |||
15 | RDEPENDS:${PN} += " \ | ||
16 | python3-appdirs \ | ||
17 | python3-io \ | ||
18 | python3-json \ | ||
19 | python3-logging \ | ||
20 | " | ||