Re: [yocto] Nothing PROVIDES 'python3-dev'

2019-09-25 Thread Damien LEFEVRE
Kiitos Jussi! That solved it. I had DEPENDS += "python3-dev" and RDEPENDS += "libpython3" now I have DEPENDS += "python3" and RDEPENDS += "libpython3" I'll check if libpython3 is implicit when the image builds. Cheers, -Damien On Wed, Sep 25, 2019 at 10:00 AM Jussi Kukkonen wrote: > > >

Re: [yocto] Nothing PROVIDES 'python3-dev'

2019-09-25 Thread Jussi Kukkonen
On Wed, 25 Sep 2019 at 09:16, Damien LEFEVRE wrote: > > On 24/09/2019 10:36, Damien LEFEVRE wrote: > > > Hi, > > > > > > Migrating from poky:pyro to poky:warrior. > > > > > > It looks like the python3-dev package is generated from > > > python3-manifest.json: > > > > > > ? ? "dev": { > > > ? ?

Re: [yocto] Nothing PROVIDES 'python3-dev'

2019-09-25 Thread Damien LEFEVRE
> On 24/09/2019 10:36, Damien LEFEVRE wrote: > > Hi, > > > > Migrating from poky:pyro to poky:warrior. > > > > It looks like the python3-dev package is generated from > > python3-manifest.json: > > > > ? ? "dev": { > > ? ? ? ? "cached": [], > > ? ? ? ? "files": [ > > ? ? ? ? ? ?

Re: [yocto] Nothing PROVIDES 'python3-dev'

2019-09-24 Thread Ross Burton
On 24/09/2019 10:36, Damien LEFEVRE wrote: Hi, Migrating from poky:pyro to poky:warrior. It looks like the python3-dev package is generated from python3-manifest.json:     "dev": {         "cached": [],         "files": [             "${base_libdir}/*.a",            

[yocto] Nothing PROVIDES 'python3-dev'

2019-09-24 Thread Damien LEFEVRE
Hi, Migrating from poky:pyro to poky:warrior. It looks like the python3-dev package is generated from python3-manifest.json: "dev": { "cached": [], "files": [ "${base_libdir}/*.a", "${base_libdir}/*.o", "${bindir}/python*-config",