diff options
author | Derek Straka <derek@asterius.io> | 2017-12-19 13:30:47 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:25:02 -0800 |
commit | cac0cca1b8685a996fb2204e5236bafaf4ba6d78 (patch) | |
tree | b734e9734c34b716a6e86d34e6f2704af1a26181 /meta-python/recipes-devtools/python | |
parent | 8b3e6755faed37e49d6ec7d1382d92b8b6be3ff7 (diff) | |
download | meta-openembedded-contrib-cac0cca1b8685a996fb2204e5236bafaf4ba6d78.tar.gz |
python-webencodings: update RDEPENDS to include json
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/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 ed57c52e56f..74b75179376 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 \ +" |