Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-27 Thread Burton, Ross
On 9 February 2018 at 07:03, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > gtk-doc recipe does have a direct dependency on python3-six, subject to > 'api-documentation' in DISTRO_FEATURES. The reason it's conditional is that > we don't want to build a ton of gtk-doc dependencies

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-09 Thread Mark Asselstine
On Friday, February 9, 2018 2:03:01 AM EST Alexander Kanavin wrote: > On 02/09/2018 12:13 AM, Mark Asselstine wrote: > > The use of libunique is non-consequential here. The issue is that the > > gtk-doc package has imports which are not going to be present via direct > > runtime dependencies. Any

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-08 Thread Alexander Kanavin
On 02/09/2018 12:13 AM, Mark Asselstine wrote: The use of libunique is non-consequential here. The issue is that the gtk-doc package has imports which are not going to be present via direct runtime dependencies. Any sw which attempts to run the python scripts found in gtk-doc will fail in the

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-08 Thread Mark Asselstine
On Thursday, February 8, 2018 1:44:02 AM EST Alexander Kanavin wrote: > On 02/07/2018 11:34 PM, Mark Asselstine wrote: > > Alexander. When things move to python you can almost always bet on them > > requiring additional libraries and as such the lack of RDEPENDS here is a > > bit surprising. As

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-07 Thread Alexander Kanavin
On 02/07/2018 11:34 PM, Mark Asselstine wrote: Alexander. When things move to python you can almost always bet on them requiring additional libraries and as such the lack of RDEPENDS here is a bit surprising. As you can see from the top of some of the py files in gtk-doc we have: import logging

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-07 Thread Mark Asselstine
On Friday, February 2, 2018 12:38:14 PM EST Alexander Kanavin wrote: > Gtk-doc has been rewritten in Python, so drop perl dependencies (good > riddance!), and adjust patches to reflect that. > > Signed-off-by: Alexander Kanavin > --- Alexander. When things