From cac0cca1b8685a996fb2204e5236bafaf4ba6d78 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 19 Dec 2017 13:30:47 -0500 Subject: python-webencodings: update RDEPENDS to include json Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-webencodings.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 inherit pypi -RDEPENDS_${PN} += "${PYTHON_PN}-codecs" +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-json \ +" -- cgit 1.2.3-korg