Re: [yocto] Metadata is missing in some Python packages

2019-04-09 Thread Guenther Meyer
On Tue, 9 Apr 2019 11:11:04 +0100 "Burton, Ross" wrote: > So for me they're in python3-twisted-core on target, and if you have > the right DEPENDS then it should be there for build time. I will have a look at this, when I'm back in the office again. The thing is, I needed a newer version of twis

Re: [yocto] Metadata is missing in some Python packages

2019-04-09 Thread Guenther Meyer
On Tue, 9 Apr 2019 10:55:38 +0100 "Burton, Ross" wrote: > Specifically for twisted, do you mean these files: > > python3-twisted-core: > > /usr/lib/python3.7/site-packages/Twisted-18.4.0-py3.7.egg-info/PKG-INFO > > /usr/lib/python3.7/site-packages/Twisted-18.4.0-py3.7.egg-info/

Re: [yocto] Metadata is missing in some Python packages

2019-04-09 Thread Guenther Meyer
On Fri, 5 Apr 2019 18:17:43 +0100 "Burton, Ross" wrote: > What metadata in particular do you refer to? The *egg-info folders and everything contained in them, especially the files PKG-INFO or METADATA. The recipes are basically identical. Some packages have it, some not: Django-2.1.7-py3.5.egg

[yocto] Metadata is missing in some Python packages

2019-04-04 Thread Guenther Meyer
Hi, I added some python recipes for my application, and now I have the problem, that in some of the created packages the metadata is missing. For example, the package I have for Twisted 18.7 is one of those. When I use a python package like daphne, which is dependent on Twisted >= 18.7, then it wo