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
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,
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
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
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