[oe] [meta-python][PATCH V3 0/7] solves python-pylint runtime dependencies

daniela.plascencia at linux.intel.com daniela.plascencia at linux.intel.com
Thu Dec 1 13:24:45 UTC 2016


From: Daniela Plascencia <daniela.plascencia at linux.intel.com>

The python-pylint module is already defined in meta-openembedded,
but runtime dependencies are missing. This series solves all 
dependencies and ensures python-pylint is installed correctly in 
the target.

[YOCTO #10411]

Daniela Plascencia (7):
  python-backports-functools-lru-cache: add new recipe
  python-wrapt: add new recipe
  python-astroid: add new recipe
  python-lazy-object-proxy: add new recipe
  python-setuptools-scm: add native to BBCLASSEXTEND
  python-isort: add new recipe
  python-pylint: modifies package bin to match source and adds
    dependencies

 .../recipes-devtools/python/python-astroid_1.4.8.bb   | 10 ++++++++++
 .../python-backports-functools-lru-cache_1.3.bb       | 14 ++++++++++++++
 .../recipes-devtools/python/python-isort_4.2.5.bb     | 11 +++++++++++
 .../python/python-lazy-object-proxy_1.2.2.bb          | 10 ++++++++++
 .../recipes-devtools/python/python-pylint_1.6.4.bb    | 19 ++++++++++++++++++-
 .../python/python-setuptools-scm_1.15.0.bb            |  6 ++++--
 .../recipes-devtools/python/python-wrapt_1.10.8.bb    | 10 ++++++++++
 7 files changed, 77 insertions(+), 3 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python-astroid_1.4.8.bb
 create mode 100644 meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python-isort_4.2.5.bb
 create mode 100644 meta-python/recipes-devtools/python/python-lazy-object-proxy_1.2.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-wrapt_1.10.8.bb

-- 
2.6.6




More information about the Openembedded-devel mailing list