Drop this one in favor of the v2 that has the correct package in the commit msg
On Tue, Dec 19, 2017 at 1:29 PM, Derek Straka <[email protected]> wrote: > Signed-off-by: Derek Straka <[email protected]> > --- > 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 ed57c52..74b7517 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] = "b36a1c245f2d304965eb4e0a828483 > 79241dc04b865afcc4aab1674858 > > inherit pypi > > -RDEPENDS_${PN} += "${PYTHON_PN}-codecs" > +RDEPENDS_${PN} += " \ > + ${PYTHON_PN}-codecs \ > + ${PYTHON_PN}-json \ > +" > -- > 2.7.4 > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
