Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-18 Thread Mark Asselstine
On Friday, December 15, 2017 10:33:10 PM EST Tim Orling wrote: > > On Dec 15, 2017, at 12:01 PM, Derek Straka wrote: > > > > That would be useful. I'm working through automated tests that build > > every > > package into a minimal rootfs and then attempt to perform all of

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Tim Orling
> On Dec 15, 2017, at 12:01 PM, Derek Straka wrote: > > That would be useful. I'm working through automated tests that build every > package into a minimal rootfs and then attempt to perform all of imports to > make sure everything is available for use. I'm hoping to roll

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Derek Straka
That would be useful. I'm working through automated tests that build every package into a minimal rootfs and then attempt to perform all of imports to make sure everything is available for use. I'm hoping to roll that out in the next couple of weeks. Thanks for catching this regression. On Dec

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
I work with a lot of python recipes in meta-cloud-services and especially the openstack packages have a large number of dependencies. Find attached a basic script I have written to help parse requirements.txt files. It might help you out with this work. Anyway, I will send out a V2 with the

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Derek Straka
Yeah. Agreed. These commits are me cleaning up the RDEPENDS to work with minimal python installs. Meta-python has been pretty bad about setting the dependencies. I just missed the news package. Thanks. On Dec 15, 2017 2:22 PM, "Mark Asselstine" wrote: > No

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
No problem. Unfortunately your commit log was thin on information so I had to make some assumptions as to what you were doing in the commit. I could have easily misinterpreted. On Fri, Dec 15, 2017 at 2:19 PM, Derek Straka wrote: > Sure. I wasn't clear and even then I misread

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Derek Straka
Sure. I wasn't clear and even then I misread the 1/2 patch and thought I removed news from core and not the base package RDEPENDS. On Dec 15, 2017 2:08 PM, "Mark Asselstine" wrote: The RDEPENDS are not for core, these are RDEPENDS_${PN}, ie. if you don't know

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
The RDEPENDS are not for core, these are RDEPENDS_${PN}, ie. if you don't know what parts you want you install ${PN} and get everything. We can straighten this up though if my thoughts are incorrect. I have to send a V2 anyway as I was hasty and missed the cherrypick of a bunch of dependencies you

Re: [oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Derek Straka
Is it actually required for core? I thought I went through and verified that news was a stand alone module. On Dec 15, 2017 12:46 PM, "Mark Asselstine" wrote: > Although this plugin has not yet been ported to py3 it is available in > py2. The previous commit

[oe] [meta-python][rocko][PATCH 2/2] python-twisted: restore RDEPENDS on -news for py2

2017-12-15 Thread Mark Asselstine
Although this plugin has not yet been ported to py3 it is available in py2. The previous commit isn't clear about what is being addressed but I assume it is: nothing provides python3-twisted-news needed by python3-twisted-17.9.0-r0.corei7_64 For py2 this package is valid and so we should