diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-webencodings.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-webencodings.inc b/meta-python/recipes-devtools/python/python-webencodings.inc index ed57c52e56..74b7517937 100644 --- a/meta-python/recipes-devtools/python/python-webencodings.inc +++ b/meta-python/recipes-devtools/python/python-webencodings.inc | |||
@@ -7,4 +7,7 @@ SRC_URI[sha256sum] = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab1674858 | |||
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-codecs" | 10 | RDEPENDS_${PN} += " \ |
11 | ${PYTHON_PN}-codecs \ | ||
12 | ${PYTHON_PN}-json \ | ||
13 | " | ||