summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb7
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"
14inherit setuptools3 14inherit setuptools3
15PIP_INSTALL_PACKAGE = "configshell_fb" 15PIP_INSTALL_PACKAGE = "configshell_fb"
16 16
17RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" 17RDEPENDS:${PN} += " \
18 python3-fcntl \
19 python3-modules \
20 python3-pyparsing \
21 python3-six \
22"