aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-automat
AgeCommit message (Collapse)Author
2020-02-09python3-automat: consolidate inc and bb files into a single bb fileDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-27python(3)-automat: upgrade 0.6.0 -> 0.7.0Chen Qi
Patch is rebased against latest codes. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-04-13python-autmat: refresh patchesArmin Kuster
WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file configure.ac Hunk #1 succeeded at 7 with fuzz 2. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27python-automat: fix build dependencies to avoid download during do_compileDerek Straka
Add the correct version of python{3}-setuptools-scm-native Remove the dependency on m2r Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>