Re: [oe] [meta-python][PATCH 00/12] Create Python3 recipies for several existing Python2 recipes

2017-12-05 Thread Bill Randle
On Tue, Dec 5, 2017 at 6:48 PM, akuster808 wrote: > Bill, > > > On 11/29/2017 09:46 PM, Bill Randle wrote: >> This set of patches creates the Python3 variant of several existing Python2 >> packages. >> It first moves the core of the existing recipe(s) into a .inc file, then >> creates >> python-

Re: [oe] [meta-python][PATCH 00/12] Create Python3 recipies for several existing Python2 recipes

2017-12-05 Thread akuster808
Bill, On 11/29/2017 09:46 PM, Bill Randle wrote: > This set of patches creates the Python3 variant of several existing Python2 > packages. > It first moves the core of the existing recipe(s) into a .inc file, then > creates > python-*-.bb and python3-*.bb files that reference the new .inc file.

[oe] [meta-python][PATCH 00/12] Create Python3 recipies for several existing Python2 recipes

2017-11-29 Thread Bill Randle
This set of patches creates the Python3 variant of several existing Python2 packages. It first moves the core of the existing recipe(s) into a .inc file, then creates python-*-.bb and python3-*.bb files that reference the new .inc file. Bill Randle (12): python-dominate: move core of recipe to