[oe] [meta-python][PATCH 09/12] python-visitor: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-visitor.inc | 6 ++ meta-python/recipes-devtools/python/python-visitor_0.1.3.bb | 8 +--- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644

[oe] [meta-python][PATCH 08/12] python3-flask-wtf: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb diff --git

[oe] [meta-python][PATCH 07/12] python-flask-wtf: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- .../recipes-devtools/python/python-flask-wtf.inc| 15 +++ .../recipes-devtools/python/python-flask-wtf_0.12.bb| 17 + 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644

[oe] [meta-python][PATCH 04/12] python3-flask-bootstrap: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb diff --git

[oe] [meta-python][PATCH 05/12] python-flask-sqlalchemy: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- .../recipes-devtools/python/python-flask-sqlalchemy.inc | 10 ++ .../recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb | 12 +--- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644

[oe] [meta-python][PATCH 06/12] python3-flask-sqlalchemy: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb diff --git

[oe] [meta-python][PATCH 01/12] python-dominate: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-dominate.inc | 11 +++ .../recipes-devtools/python/python-dominate_2.3.1.bb| 13 + 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644

[oe] [meta-python][PATCH 02/12] python3-dominate: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb diff --git

[oe] [meta-python][PATCH 03/12] python-flask-bootstrap: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle --- .../recipes-devtools/python/python-flask-bootstrap.inc | 14 ++ .../python/python-flask-bootstrap_3.3.7.1.bb | 16 +--- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644

[oe] [meta-python][PATCH 00/12] Create Python3 recipies for several existing Python2 recipes

2017-11-29 Thread Bill Randle
This set of patches creates the Python3 variant of several existing Python2 packages. It first moves the core of the existing recipe(s) into a .inc file, then creates python-*-.bb and python3-*.bb files that reference the new .inc file. Bill Randle (12): python-dominate: move core of recipe to

[oe] [meta-oe][PATCH v4] xrdp: new recipe

2017-11-29 Thread zhengrq
Add a new recipe xrdp_0.9.4.bb. Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb diff --git

[oe] [meta-python][PATCH] python-pymongo: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pymongo.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pymongo.inc b/meta-python/recipes-devtools/python/python-pymongo.inc index 7f199b4..075bd3d

[oe] [meta-python][PATCH] python-dateutil: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-dateutil.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc

[oe] [meta-python][PATCH] python-msgpack: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-msgpack.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes-devtools/python/python-msgpack.inc index

[oe] [meta-python][PATCH] python-can: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-can.inc | 11 +++ meta-python/recipes-devtools/python/python-can_2.0.0b1.bb | 4 +++- meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb | 5 - 3 files changed, 18

Re: [oe] [meta-python][PATCH] python-bcrypt: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
We can drop this one since python-cffi should have these as RDEPENDS directly instead. On Wed, Nov 29, 2017 at 5:34 PM, Derek Straka wrote: > Signed-off-by: Derek Straka > --- > meta-python/recipes-devtools/python/python-bcrypt.inc | 3 +++ > 1 file

[oe] [meta-python][PATCH] python-cffi: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cffi.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index 8dcdb63..78addb6 100644

[oe] [meta-python][PATCH] python-bcrypt: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-bcrypt.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-bcrypt.inc b/meta-python/recipes-devtools/python/python-bcrypt.inc index 1ea62a3..3e6fa7a

[oe] [meta-python][PATCH] python-pytz: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pytz.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc index 026489a..e79f433 100644

[oe] [meta-python][PATCH] python-babel: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-babel.inc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc index 5e6ca3d..6d8c05d

[oe] [meta-python][PATCH] python-attrs: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-attrs.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc index edde79e..486a4e9

[oe] [meta-python][PATCH] python-asn1crypto: correct the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-asn1crypto.inc| 12 .../recipes-devtools/python/python3-asn1crypto_0.23.0.bb | 6 ++ 2 files changed, 18 insertions(+) diff --git

[oe] [meta-python][PATCH] pyrtm: break samples and unit tests into separate packages

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb

[oe] [meta-python][PATCH 2/2] python-chardet: fix the RDEPENDS to work on a minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-chardet.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-chardet.inc b/meta-python/recipes-devtools/python/python-chardet.inc index

[oe] [meta-python][PATCH 1/2] python-chardet: add a separate package for the cli utils

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-chardet.inc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-chardet.inc b/meta-python/recipes-devtools/python/python-chardet.inc index

[oe] [meta-python][PATCH] python-itsdangerous: fix RDEPENDS to work on minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-itsdangerous.inc | 5 + meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb | 4 meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | 4 3 files changed, 13

[oe] [meta-python][PATCH] python-simplejson: add the tests into their own package

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-simplejson.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc b/meta-python/recipes-devtools/python/python-simplejson.inc index

[oe] [meta-python][PATCH] python3-langtable: update RDEPENDS to work on minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python3-langtable_0.0.37.bb| 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb

[oe] [meta-python][PATCH] python-paho-mqtt: update RDEPENDS to work on minimal python install

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index

[oe] [meta-python][PATCH] python3-ntplib: add the correct RDEPENDS for the package

2017-11-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb index

Re: [oe] [meta-oe][PATCH v3] xrdp: new recipe

2017-11-29 Thread Martin Jansa
You need to inherit distro_features_check as well for REQUIRED_DISTRO_FEATURES to work. On Wed, Nov 29, 2017 at 4:15 AM, zhengrq wrote: > Add a new recipe xrdp_0.9.4.bb. > > Signed-off-by: Zheng Ruoqin > --- >