Re: [oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-12-25 Thread Derek Straka
Great. I'll submit to rocko in the morning unless you want to do it. Thanks for validating. On Dec 25, 2017 8:44 PM, "ChenQi" wrote: > On 12/22/2017 10:18 PM, Derek Straka wrote: > > Chen, > > Thanks for bringing this up. Take a look here to see if this proposed > patchset fixes your issue: ht

Re: [oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-12-25 Thread ChenQi
On 12/22/2017 10:18 PM, Derek Straka wrote: Chen, Thanks for bringing this up. Take a look here to see if this proposed patchset fixes your issue: http://lists.openembedded.org/pipermail/openembedded-devel/2017-December/116094.html. -Derek Derek, Thanks! Your patch works. Best Regards,

Re: [oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-12-22 Thread Derek Straka
Chen, Thanks for bringing this up. Take a look here to see if this proposed patchset fixes your issue: http://lists.openembedded.org/pipermail/openembedded-devel/2017-December/116094.html . -Derek On Fri, Dec 22, 2017 at 4:54 AM, ChenQi wrote: > Hi Derek, > > I noticed in Automat's setup.py s

Re: [oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-12-22 Thread ChenQi
Hi Derek, I noticed in Automat's setup.py script: setup_requires=[ 'setuptools-scm', 'm2r', ], install_requires=[ "attrs", "six", ], Now the installed_requires entry is handled by the RDEPENDS meta data in recipe. How about the setup_requires en

[oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-11-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-automat.inc | 16 .../recipes-devtools/python/python-automat_0.6.0.bb | 2 ++ .../recipes-devtools/python/python3-automat_0.6.0.bb | 4 3 files changed, 22 insertions(+) create mode 1006