summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb b/meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb
index 7b438778e..54482a69c 100644
--- a/meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb
+++ b/meta-python/recipes-devtools/python/python3-jsbeautifier_1.14.11.bb
@@ -11,9 +11,9 @@ SRC_URI[sha256sum] = "6b632581ea60dd1c133cd25a48ad187b4b91f526623c4b0fb5443ef805
11PYPI_PACKAGE="jsbeautifier" 11PYPI_PACKAGE="jsbeautifier"
12 12
13RDEPENDS:${PN} += "\ 13RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-core \ 14 python3-core \
15 ${PYTHON_PN}-stringold \ 15 python3-stringold \
16 ${PYTHON_PN}-shell \ 16 python3-shell \
17" 17"
18 18
19BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"