[OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Ricardo Ribalda Delgado
Fixes: root@qt5022:~# python3 Python 3.5.1 (default, Aug 5 2016, 13:25:54) [GCC 5.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import collections Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.5/collections/__init__.p

Re: [OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-26 Thread Fabio Berton
Hi Ricardo, Are you using krogoth branch? If yes, look here: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-devtools/python/python-3.5-manifest.inc?h=krogoth#n122 It's missing ${libdir}/python3.5/operator.* You don't need to add misc package to core. Fabio. On Fri, Aug 26, 20

Re: [OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-29 Thread Alejandro Hernandez
Hello Ricardo, On 08/26/2016 10:30 AM, Ricardo Ribalda Delgado wrote: Fixes: root@qt5022:~# python3 Python 3.5.1 (default, Aug 5 2016, 13:25:54) [GCC 5.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. import collections Traceback (most recent call last):

Re: [OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-08-30 Thread Ricardo Ribalda Delgado
Hi Fabio Thanks for your the reply. Yes I was using krogoth. There is no need for my patch in master. Thanks for your help! -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/op

Re: [OE-core] [PATCH v2] python-3.5-manifest.inc: the core module RDEPENDS on misc

2016-09-09 Thread Fabio Berton
Hi Ricardo, Take a look at commit: http://cgit.openembedded.org/openembedded-core/commit/?h=krogoth&id=8bbfe9bd229e3f795577eb5df1cd5104651e2ba2 this commit fix your issue. Regards On Tue, Aug 30, 2016 at 10:37 AM, Ricardo Ribalda Delgado < ricardo.riba...@gmail.com> wrote: > Hi Fabio > > Thank