Re: [OE-core] [PATCH] python*-setuptools: add separate packages for pkg_resources module

2019-05-20 Thread Alexander Kanavin
I think you need to reset RDEPENDS to an empty string for the native class. This is a long-standing problem, where bitbake is not able to fulfil RDEPENDS for native variants, if said RDEPENDS contains anything except recipe names. Alex On Mon, 20 May 2019 at 17:05, Luca Boccassi wrote: > > On

Re: [OE-core] [PATCH] python*-setuptools: add separate packages for pkg_resources module

2019-05-20 Thread Luca Boccassi
On Mon, 2019-05-20 at 15:14 +0100, Richard Purdie wrote: > On Thu, 2019-05-16 at 22:09 +0100, > luca.bocca...@gmail.com > wrote: > > From: Luca Boccassi < > > luca.bocca...@microsoft.com > > > > > > > The pkg_resources Python module is useful by itself, for example > > for > > automatic loading

Re: [OE-core] [PATCH] python*-setuptools: add separate packages for pkg_resources module

2019-05-20 Thread Richard Purdie
On Thu, 2019-05-16 at 22:09 +0100, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > The pkg_resources Python module is useful by itself, for example for > automatic loading of resources shipped in a Python package. > Add separate packages for it, so that users can depend on them >

[OE-core] [PATCH] python*-setuptools: add separate packages for pkg_resources module

2019-05-16 Thread luca . boccassi
From: Luca Boccassi The pkg_resources Python module is useful by itself, for example for automatic loading of resources shipped in a Python package. Add separate packages for it, so that users can depend on them individually and avoid pulling in the entire setuptools, which include scripts to