Add Python 3 version of python-behave and its dependencies. Fix missing dependencies for the Python 2 recipe as well.
Changes in v2: * Clarify license of python-parse-type from BSD to BSD-3-Clause * Add HOMEPAGE to python-parse-type.inc Changes in v3: * The python-parse recipe was bumped to a newer version on master. Rebase on master, adding python3-parse only. * Add HOMEPAGE to python-parse.inc Robert Joslyn (5): python-linecache2: Add recipe python-traceback2: Add recipe python3-parse: Add recipe python-parse-type: Add Python 3 recipe python-behave: Add Python 3 recipe meta-python/recipes-devtools/python/python-behave.inc | 15 +++++++++++++++ .../recipes-devtools/python/python-behave_1.2.6.bb | 16 +++++++--------- .../recipes-devtools/python/python-linecache2_1.0.0.bb | 13 +++++++++++++ .../recipes-devtools/python/python-parse-type.inc | 12 ++++++++++++ .../recipes-devtools/python/python-parse-type_0.4.2.bb | 13 ++----------- meta-python/recipes-devtools/python/python-parse.inc | 14 ++++++++++++++ .../recipes-devtools/python/python-parse_1.8.4.bb | 15 ++------------- .../recipes-devtools/python/python-traceback2_1.4.0.bb | 15 +++++++++++++++ .../recipes-devtools/python/python3-behave_1.2.6.bb | 2 ++ .../recipes-devtools/python/python3-parse-type_0.4.2.bb | 2 ++ .../recipes-devtools/python/python3-parse_1.8.4.bb | 2 ++ 11 files changed, 86 insertions(+), 33 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-behave.inc create mode 100644 meta-python/recipes-devtools/python/python-linecache2_1.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python-parse-type.inc create mode 100644 meta-python/recipes-devtools/python/python-parse.inc create mode 100644 meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-behave_1.2.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse_1.8.4.bb -- 2.16.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
