[oe] [meta-networking] [PATCH] cifs-utils: mount.cifs should build without samba dependency

2017-12-15 Thread Yang, Zhangle (Eric)
-- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

[oe] [meta-networking] [PATCH] cifs-utils: mount.cifs should build without samba dependency

2017-12-15 Thread S. Lockwood-Childs
fix following build error when cifsidmap and cifsacl are turned off in PACKAGECONFIG : | In file included from ../git/mount.cifs.c:64:0: | ../git/data_blob.h:26:10: fatal error: talloc.h: No such file or directory cifs-utils 3.7 had an unneeded header creep into mount.cifs source that pulled in

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

2017-12-15 Thread Mark Asselstine
Sorry, this should be 0/8. And apologies for anyone viewing these on gmail, it seems to have merged things with my V1 series. Patches 1 and 2 from the V1 are the same here if you are trying to decipher the gmail mess. Mark On Fri, Dec 15, 2017 at 3:21 PM, Mark Asselstine

[oe] [meta-python][v2][rocko][PATCH 8/8] python-attrs: update to version 17.3.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master 87618f32736c1ee5f29e7458973b75c5b0b124f7

[oe] [meta-python][v2][rocko][PATCH 7/8] python-attrs: add an initial recipe for version 17.2.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master bd827cb9ff57b8e42768add8e8b206c95cd6aea2

[oe] [meta-python][v2][rocko][PATCH 6/8] python-hyperlink: add a recipe for version 17.3.1

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master 378b8a6a8aa65fae704e9ceddc3f2e2b07585953

[oe] [meta-python][v2][rocko][PATCH 4/8] python-constantly: add a recipe for version 15.1.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master b9e0b2abd1074f846bb3aef3670c0a461f6b1d00

[oe] [meta-python][v2][rocko][PATCH 1/8] python-twisted: clean-up the dependencies

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master e410b5c54373ce9539f2df9840e3d987f319ee6c

[oe] [meta-python][v2][rocko][PATCH 3/8] python-automat: add an initial recipe for version 0.6.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cherry-pick from master 2b6ae2d951df1050bf4fe0734ece750d0fef2faf meta-python/recipes-devtools/python/python-automat.inc | 16

[oe] [meta-python][v2][rocko][PATCH 2/8] 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

[oe] [meta-python][v2][rocko][PATCH 5/8] python-incremental: add an initial recipe for version 17.5.0

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- Cerry-pick from master 63791edb3f69269fc6e0b83863e76f6a4a35965c

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

2017-12-15 Thread Mark Asselstine
V1 of this series was incomplete. Thus following up with a V2 which includes additional cherry-picks from master. Cherry-pick commit IDs are listed in the temporary comment section of the individual commits. When building images using rocko that include python-twisted you will get an error:

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

[oe] [meta-python][rocko][PATCH 1/2] python-twisted: clean-up the dependencies

2017-12-15 Thread Mark Asselstine
From: Derek Straka Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-twisted.inc| 4 ++-- meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 2 +-

[oe] [meta-python][rocko][PATCH 0/2] python-twisted: fixup news plugin RDEPENDS

2017-12-15 Thread Mark Asselstine
The following two changes fix builds of python[3]-twisted. Patch 1/2 is a backport of e410b5c54373ce9539f2df9840e3d987f319ee6c from master. This patch addresses a failure which presents as: nothing provides python3-twisted-news needed by python3-twisted-17.9.0-r0.corei7_64 This is caused by