[oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Dan McDougall
The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougall daniel.mcdoug...@liftoffsoftware.com --- .../recipes-devtools/python/python-numpy_1.4.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Gary Thomas
On 2012-06-06 09:20, Dan McDougall wrote: The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougalldaniel.mcdoug...@liftoffsoftware.com --- .../recipes-devtools/python/python-numpy_1.4.1.bb |2 +- 1 file changed, 1 insertion(+), 1

Re: [oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Martin Jansa
On Wed, Jun 06, 2012 at 09:27:18AM -0600, Gary Thomas wrote: On 2012-06-06 09:20, Dan McDougall wrote: The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougalldaniel.mcdoug...@liftoffsoftware.com ---

Re: [oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Martin Jansa
On Wed, Jun 06, 2012 at 09:27:18AM -0600, Gary Thomas wrote: On 2012-06-06 09:20, Dan McDougall wrote: The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougalldaniel.mcdoug...@liftoffsoftware.com ---

Re: [oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Daniel McDougall
On Wed, Jun 6, 2012 at 11:32 AM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Jun 06, 2012 at 09:27:18AM -0600, Gary Thomas wrote: On 2012-06-06 09:20, Dan McDougall wrote: The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan

Re: [oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Philip Balister
On 06/06/2012 12:33 PM, Daniel McDougall wrote: On Wed, Jun 6, 2012 at 11:32 AM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Jun 06, 2012 at 09:27:18AM -0600, Gary Thomas wrote: On 2012-06-06 09:20, Dan McDougall wrote: The previous patch had python-diffutils when it should have been

Re: [oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Daniel McDougall
On Wed, Jun 6, 2012 at 7:43 PM, Philip Balister phi...@balister.org wrote: I wonder if you take a different path through numpy, will it import some additional python modules? I don't think so. I ran through a bunch of tests with my python-numpy package and all went well. I didn't encounter