Created patch to place it in a sane existing package, netclient ( http://lists.openembedded.org/pipermail/openembedded-core/2016-December/130597.html). If accepted, python3-werkzeug needs to be updated with 'RDEPENDS_${PN} += "${PYTHON_PN}-html ${PYTHON_PN}-netclient"'
On Fri, Dec 23, 2016 at 9:16 AM, Derek Straka <[email protected]> wrote: > Agreed. It is self-contained. It looks like it just fell through into > misc. I can submit a patch tomorrow to oe-core to create a new package. > Until that gets accepted, depending on misc will be a necessary evil to use > the full functionality. > > -Derek > > On Fri, Dec 23, 2016 at 1:06 AM, Anders Darander <[email protected]> > wrote: > >> * Derek Straka <[email protected]> [161222 16:46]: >> >> > Signed-off-by: Derek Straka <[email protected]> >> > --- >> > meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb | 2 ++ >> > 1 file changed, 2 insertions(+) >> >> > diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11. >> 11.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb >> > index af2d86a..145a1de 100644 >> > --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb >> > +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb >> > @@ -1,2 +1,4 @@ >> > inherit pypi setuptools3 >> > require python-werkzeug.inc >> > + >> > +RDEPENDS_${PN} += "${PYTHON_PN}-misc" >> >> How much of python3-misc is actually needed? Just running du -sh gave >> me: >> 4.2M tmp/work/armv5e-oe-linux-gnueabi/python3/3.5.1-r1.0/packages >> -split/python3-misc/usr/lib/python3.5/ >> >> If `http` doesn't require much of the other stuf in python3-misc, could >> you split out python3-http? >> >> Not that I'm using python3-werkzeug, but I've been contemplating it... >> >> Cheers, >> Anders >> >> -- >> Anders Darander, Senior System Architect >> ChargeStorm AB / eStorm AB >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> [email protected] >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
