diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-msm_0.8.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb index ed30fd76ce..966ff86dee 100644 --- a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb +++ b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb | |||
@@ -10,8 +10,16 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | python3-appdirs \ | 12 | python3-appdirs \ |
13 | python3-git \ | ||
14 | python3-fasteners \ | ||
15 | python3-io \ | ||
16 | python3-json \ | ||
17 | python3-lazy \ | ||
13 | python3-monotonic \ | 18 | python3-monotonic \ |
19 | python3-multiprocessing \ | ||
14 | python3-pako \ | 20 | python3-pako \ |
21 | python3-pyyaml \ | ||
22 | python3-requests \ | ||
15 | " | 23 | " |
16 | 24 | ||
17 | do_install:append() { | 25 | do_install:append() { |