Re: [oe] [meta-python][PATCH] python-waitress: add missing target RDEPENDS

2020-01-22 Thread Khem Raj
subject says meta-python but from looks of it looks like it belongs to meta-python2 On Wed, Jan 22, 2020 at 9:24 PM Tim Orling wrote: > > * Missing run-time dependencies: > ${PYTHON_PN}-datetime > ${PYTHON_PN}-io > ${PYTHON_PN}-logging > ${PYTHON_PN}-re > > Signed-off-by: Tim Orli

[oe] [meta-python2][PATCH] python-pygobject: Drop option to select python3 support

2020-01-22 Thread Khem Raj
So that accidentally its not set in downstream layers which can conflict with python3-pygobject from meta-python Signed-off-by: Khem Raj --- recipes-devtools/python/python-pygobject_3.34.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-pyg

[oe] [meta-networking][PATCH v2] ntop: Pass PYTHON_CONFIG to configure

2020-01-22 Thread Khem Raj
This aids cross-building, otherwise configure goes into weeks to find these especially python-config and starts to poke at host files e.g. if /etc/debian_release exists then it errors out, but if it does not then it deploys a workaround and continues build, as a result we see ntop fail the build on

[oe] [meta-python][PATCH] python-waitress: add missing target RDEPENDS

2020-01-22 Thread Tim Orling
* Missing run-time dependencies: ${PYTHON_PN}-datetime ${PYTHON_PN}-io ${PYTHON_PN}-logging ${PYTHON_PN}-re Signed-off-by: Tim Orling --- recipes-devtools/python/python-waitress_1.4.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/recipes-devtools/python/python-wai

[oe] [meta-networking][PATCH] ntop: Pass PYTHON and PYTHON_CONFIG to configure

2020-01-22 Thread Khem Raj
This aids cross-building, otherwise configure goes into weeks to find these especially python-config and starts to poke at host files e.g. if /etc/debian_release exists then it errors out, but if it does not then it deploys a workaround and continues build, as a result we see ntop fail the build on

[oe] [meta-python2][PATCH v2 2/2] packagegroup-meta-python2: add python-booleanpy

2020-01-22 Thread Tim Orling
Add new recipe to basic and ptest packagegroups Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packag

[oe] [meta-python2][PATCH v2 1/2] python-booleanpy: add RDEPENDS and enable ptest

2020-01-22 Thread Tim Orling
Missing run-time dependency on python- This package is a great example of how simple python module ptest can be, so enable ptest, including ptest-only dependencies. Signed-off-by: Tim Orling --- .../python/python-booleanpy/run-ptest | 2 ++ .../python/python-booleanpy_3.7.bb

[oe] [meta-python2][PATCH 2/2] packageroup-meta-pytho2: add python-booleanpy

2020-01-22 Thread Tim Orling
Add new recipe to basic and ptest packagegroups Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packag

[oe] [meta-python2][PATCH 1/2] python-booleanpy: add RDEPENDS and enable ptest

2020-01-22 Thread Tim Orling
Missing run-time dependency on python- This package is a great example of how simple python module ptest can be, so enable ptest, including ptest-only dependencies. Signed-off-by: Tim Orling --- .../python/python-booleanpy/run-ptest | 2 ++ .../python/python-booleanpy_3.7.bb

[oe] [meta-oe][PATCH 2/2] recipes: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 check

2020-01-22 Thread Khem Raj
BBPATH check actually does not work Signed-off-by: Khem Raj --- .../telepathy/telepathy-idle_0.2.0.bb | 2 +- .../recipes-core/packagegroups/packagegroup-meta-oe.bb | 10 +- meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb| 2 +- meta-oe/recipes-devtools/guider/

[oe] [meta-webserver][PATCH 1/2] cherokee: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 check

2020-01-22 Thread Khem Raj
BBPATH check actually does not work Signed-off-by: Khem Raj --- .../recipes-core/packagesgroups/packagegroup-meta-webserver.bb | 2 +- meta-webserver/recipes-httpd/cherokee/cherokee_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-webserver/recipes-c

[oe] [meta-python2][PATCH] python-pyperf: add missing RDEPENDS

2020-01-22 Thread Tim Orling
* Missing run-time dependencies: ${PYTHON_PN}-contextlib ${PYTHON_PN}-datetime ${PYTHON_PN}-fcntl ${PYTHON_PN}-math ${PYTHON_PN}-numbers (fractions) ${PYTHON_PN}-six Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyperf_1.7.0.bb | 10 +- 1 file chang

Re: [oe] [meta-python2][PATCH] python-pyconnman: Fix conman -> connman typo in rdeps

2020-01-22 Thread Tim Orling
On Wed, Jan 22, 2020 at 6:38 PM Tim Orling wrote: > > > On Wed, Jan 22, 2020 at 10:54 AM Khem Raj wrote: > >> Signed-off-by: Khem Raj >> > Reviewed-by: Tim Orling > --- >> recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [oe] [meta-python2][PATCH] python-pyconnman: Fix conman -> connman typo in rdeps

2020-01-22 Thread Tim Orling
On Wed, Jan 22, 2020 at 10:54 AM Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-connectivity/python-pyconnman/ > python-pyconnman_0.1.0.bb b/recipe

Re: [oe] [meta-python] [PATCH] python-yappi: upgrade 1.0 -> 1.2.3

2020-01-22 Thread Tim Orling
On Wed, Jan 22, 2020 at 12:54 PM Khem Raj wrote: > On Thu, Jan 16, 2020 at 10:54 PM Zang Ruochen > wrote: > > > > Signed-off-by: Zang Ruochen > > --- > > meta-python/recipes-devtools/python/python-yappi.inc| 6 +++--- > > .../python/{python-yappi_1.0.bb => python-yappi_1.2.3.bb} | 0

[oe] [meta-python][PATCH 1/3] telepathy-python3: Correct rdep to use py3 dbus module

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python3_

[oe] [meta-oe][PATCH 2/3] rrdtool: Use py3 as rdep and use py3 setuptools

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb index d96fe8131f..5662e63474 100644 --- a/me

[oe] [meta-python][PATCH 3/3] gateone: Delete, moved to meta-python2

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../gateone/gateone_git.bb| 85 --- 1 file changed, 85 deletions(-) delete mode 100644 meta-python/recipes-connectivity/gateone/gateone_git.bb diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/reci

Re: [oe] [meta-python][PATCH 01/12] python-m2crypto: Use PYTHON_PN instead of hardcoding python name

2020-01-22 Thread Khem Raj
On Wed, Jan 22, 2020 at 6:15 AM Tim Orling wrote: > > We should start merging the inc and bb files now that we do not need to > support more than one python version. > certainly, a good idea, before they decide to do py4 :), I am knee deep in ensuring py2 is not needed on meta-openembedded layer

[oe] [meta-oe][PATCH] python3-pygobject: fix runtime dependency on pkgutils to use python3 variant

2020-01-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb index f1c46c93

[oe] [meta-webserver][PATCH 3/3] recipes: Turn inherit classes from meta-py2 to conditional constructs

2020-01-22 Thread Khem Raj
helps parsing without meta-py2 in mix Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/cherokee/cherokee_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_git.

[oe] [meta-oe][PATCH 2/3] recipes: Turn inherit classes from meta-py2 to conditional constructs

2020-01-22 Thread Khem Raj
helps parsing without meta-py2 in mix Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb | 2 +- meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb| 2 +- meta-oe/recipes-devtools/guider/guider_3.9.6.bb| 2 +- meta-oe/recipes-d

[oe] [meta-networking][PATCH 1/3] openipmi: Correct the dep to use python3

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb index 7962d44075..

Re: [oe] [meta-python] [PATCH] python-yappi: upgrade 1.0 -> 1.2.3

2020-01-22 Thread Khem Raj
On Thu, Jan 16, 2020 at 10:54 PM Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen > --- > meta-python/recipes-devtools/python/python-yappi.inc| 6 +++--- > .../python/{python-yappi_1.0.bb => python-yappi_1.2.3.bb} | 0 > .../python/{python3-yappi_1.0.bb => python3-yappi_1.2.3.bb} |

Re: [oe] [meta-oe][PATCH] cppzmq: bump to version 4.6.0

2020-01-22 Thread Vincent Prince
No problem to keep latest version on master, there is no lts for this project. By the way, for those using it on Zeus, migration from 4.4 to 4.6 is quite straitforward. Le mer. 22 janv. 2020 à 20:17, Khem Raj a écrit : > > > On Wed, Jan 22, 2020 at 9:36 AM Pierre-Jean Texier > wrote: > >> Hi V

Re: [oe] [meta-oe][PATCH] nodejs: 10.17.0 -> 12.14.0

2020-01-22 Thread Martin Jansa
On Wed, Jan 22, 2020 at 06:55:47PM +, André Draszik wrote: > > depend on meta-python2, there is e.g. > > https://github.com/imyller/meta-nodejs already) > > This has seen it's last update 3 years ago and is at v7.x still Yes, I'm aware of that. I was checking what version is there before send

Re: [oe] [meta-oe][PATCH] cppzmq: bump to version 4.6.0

2020-01-22 Thread Khem Raj
On Wed, Jan 22, 2020 at 9:36 AM Pierre-Jean Texier wrote: > Hi Vincent, > > Le 22/01/2020 à 13:17, Vincent Prince a écrit : > > Hi Team, > > > > v4.6.0 breaks some namespaces from v4.4.1, maybe we can keep both > > versions until people migrates? > > In fact, before the bump the version was v4.5.

[oe] [meta-oe][PATCH 4/4] guider: Build only when meta-py2 is in mix

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/guider/guider_3.9.6.bb | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.6.bb b/meta-oe/recipes-devtools/guider/guider_3.9.6.bb index c8ddb15080..397e0cb9a3 100644 --- a/m

[oe] [meta-python][PATCH 2/4] python3-pyro4: Remove absent py3 modules from rdeps

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb index f9dd93

[oe] [meta-oe][PATCH 1/4] iotop: Switch to using git src_uri

2020-01-22 Thread Khem Raj
Gets python3 support Remove python2 specific modules which are absent in py3 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/iotop/iotop_0.6.bb | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-extended/iotop/iotop_0.6.bb b/meta-oe/recipes-e

[oe] [meta-python][PATCH 3/4] packagegroup-meta-python: Remove py2 rdeps

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-python.bb | 76 --- 1 file changed, 76 deletions(-) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index bb05de1f

Re: [oe] [meta-oe][PATCH] nodejs: 10.17.0 -> 12.14.0

2020-01-22 Thread André Draszik
> depend on meta-python2, there is e.g. > https://github.com/imyller/meta-nodejs already) This has seen it's last update 3 years ago and is at v7.x still Cheers, A. On Tue, 2020-01-21 at 18:32 +0100, Martin Jansa wrote: > Release branches like zeus don't receive new versions (unless it's bugfix

[oe] [meta-python2][PATCH] python-pyconnman: Fix conman -> connman typo in rdeps

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb b/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb index

Re: [oe] [meta-oe][PATCH] cppzmq: bump to version 4.6.0

2020-01-22 Thread Pierre-Jean Texier via Openembedded-devel
Hi Vincent, Le 22/01/2020 à 13:17, Vincent Prince a écrit : Hi Team, v4.6.0 breaks some namespaces from v4.4.1, maybe we can keep both versions until people migrates? In fact, before the bump the version was v4.5.0, not v4.4.1. But I think master should contains only the latest version. Than

Re: [oe] [meta-oe][PATCH] nodejs: 10.17.0 -> 12.14.0

2020-01-22 Thread Khem Raj
fails to build on mips https://errors.yoctoproject.org/Errors/Details/307685/ On Mon, Jan 20, 2020 at 9:12 AM Guillaume Burel wrote: > > - update Node.js to active 12.x LTS release 12.14.0. > - remove compatibility with gcc 4.8 (has been removed upstream) > > Signed-off-by: Guillaume Burel > ---

[oe] [meta-networking][PATCH 2/2] ntop: Move dependency to use py3

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/ntop/ntop_5.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ntop/ntop_5.0.1.bb b/meta-networking/recipes-support/ntop/ntop_5.0.1.bb index 6f09937ed0..2d37969a70 100644 --- a/met

[oe] [meta-networking][PATCH 1/2] openipmi: Use python3

2020-01-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb index 3f3cc20734..

[oe] [meta-python2][PATCH] packagegroup-meta-python2: add -wrapt, -deprecated

2020-01-22 Thread Tim Orling
Update the packagegroup with newly added recipes Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packa

[oe] [meta-python2][PATCH] kas-meta-python2-ptest-image: add python2 test

2020-01-22 Thread Tim Orling
In addition to ping, ssh and ptest, run python2 test(s). Run python2 before ptest (fail early). Signed-off-by: Tim Orling --- kas-meta-python2-ptest-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas-meta-python2-ptest-image.yml b/kas-meta-python2-ptest-image.yml

[oe] [meta-python2][PATCH] lib/oeqa/runtime/cases: add python2.py

2020-01-22 Thread Tim Orling
Refactor the python3 test from oe-core to do very basic acceptance test of python2. Signed-off-by: Tim Orling --- lib/oeqa/runtime/cases/python2.py | 20 1 file changed, 20 insertions(+) create mode 100644 lib/oeqa/runtime/cases/python2.py diff --git a/lib/oeqa/runtime/cas

Re: [oe] [meta-python][PATCH 01/12] python-m2crypto: Use PYTHON_PN instead of hardcoding python name

2020-01-22 Thread Tim Orling
We should start merging the inc and bb files now that we do not need to support more than one python version. On Tue, Jan 21, 2020 at 10:38 PM Khem Raj wrote: > Lets this inc file become usable for py3 module as well > > Signed-off-by: Khem Raj > --- > meta-python/recipes-devtools/python/pytho

Re: [oe] [meta-oe][PATCH] cppzmq: bump to version 4.6.0

2020-01-22 Thread Vincent Prince
Hi Team, v4.6.0 breaks some namespaces from v4.4.1, maybe we can keep both versions until people migrates? Best regards, Vincent Le ven. 17 janv. 2020 à 23:44, Pierre-Jean Texier via Openembedded-devel a écrit : > > This includes the following changes: > > 8d5c9a8 Merge pull request #374 from