Re: [oe] [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS

2020-01-20 Thread Tim Orling
On Mon, Jan 20, 2020 at 2:29 AM André Draszik wrote: > On Sun, 2020-01-19 at 15:24 -0800, Tim Orling wrote: > > * target has run-time dependencies on: > > - python-html > > - python-logging > > Any reason -native doesn't depend on those? These are part of the package splitting OE does for

Re: [oe] [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS

2020-01-20 Thread André Draszik
On Sun, 2020-01-19 at 15:24 -0800, Tim Orling wrote: > * target has run-time dependencies on: > - python-html > - python-logging Any reason -native doesn't depend on those? > Unexpectedly, class-target += override is wiping out > RDEPENDS_${PN}, so explicitly add the rest of the > run-time

[oe] [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS

2020-01-19 Thread Tim Orling
* target has run-time dependencies on: - python-html - python-logging Unexpectedly, class-target += override is wiping out RDEPENDS_${PN}, so explicitly add the rest of the run-time dependencies (python-html5lib, python-lxml, python-soupsieve). Signed-off-by: Tim Orling ---