Re: [OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-09-01 Thread Burton, Ross
On 18 August 2017 at 18:09, Jose Lamego wrote: > Please disregard this patch. The python3 recipe provides python-modules, > which includes all of the listed packages, making a new packagegroup > unnecessary. Its even better than that now: RPROVIDES_${PN}-modules

Re: [OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-08-18 Thread Jose Lamego
Please disregard this patch. The python3 recipe provides python-modules, which includes all of the listed packages, making a new packagegroup unnecessary. On 08/15/2017 04:05 PM, Jose Lamego wrote: > Many of the most usual python3 modules are missing when > trying to import them to python3 in

Re: [OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-08-16 Thread Alejandro Hernandez
Hey guys, On 08/15/2017 05:06 PM, Jose Lamego wrote: On 08/15/2017 04:56 PM, Christopher Larson wrote: On Tue, Aug 15, 2017 at 2:05 PM, Jose Lamego wrote: Many of the most usual python3 modules are missing when trying to import them to python3 in images

Re: [OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-08-15 Thread Jose Lamego
On 08/15/2017 04:56 PM, Christopher Larson wrote: > On Tue, Aug 15, 2017 at 2:05 PM, Jose Lamego > wrote: > >> Many of the most usual python3 modules are missing when >> trying to import them to python3 in images built with >> python3-core installed. >> >> This

Re: [OE-core] [PATCH] packagegroup-python3: add packagegroup

2017-08-15 Thread Christopher Larson
On Tue, Aug 15, 2017 at 2:05 PM, Jose Lamego wrote: > Many of the most usual python3 modules are missing when > trying to import them to python3 in images built with > python3-core installed. > > This change creates the python3 packagegroup, containing > the most