Re: [oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-12 Thread Mittal, Anuj
On Wed, 2019-09-11 at 21:44 -0700, Khem Raj wrote: > On Wed, Sep 11, 2019 at 6:34 PM Anuj Mittal > wrote: > > networkx only supports python3 starting v2.3. Move the common code > > to > > .inc and remove python-2to3 RDEPENDS which is no longer needed: > > > > https://github.com/networkx/networkx/

Re: [oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-11 Thread Khem Raj
On Wed, Sep 11, 2019 at 6:34 PM Anuj Mittal wrote: > > networkx only supports python3 starting v2.3. Move the common code to > .inc and remove python-2to3 RDEPENDS which is no longer needed: > > https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 > this patch does

[oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-11 Thread Anuj Mittal
networkx only supports python3 starting v2.3. Move the common code to .inc and remove python-2to3 RDEPENDS which is no longer needed: https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 Signed-off-by: Anuj Mittal --- .../recipes-devtools/python/python-networkx.i