diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb index 2bb196c209..7a7ecd753f 100644 --- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb +++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb | |||
@@ -14,4 +14,9 @@ S = "${WORKDIR}/git" | |||
14 | inherit setuptools3 | 14 | inherit setuptools3 |
15 | PIP_INSTALL_PACKAGE = "configshell_fb" | 15 | PIP_INSTALL_PACKAGE = "configshell_fb" |
16 | 16 | ||
17 | RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" | 17 | RDEPENDS:${PN} += " \ |
18 | python3-fcntl \ | ||
19 | python3-modules \ | ||
20 | python3-pyparsing \ | ||
21 | python3-six \ | ||
22 | " | ||