[oe] [meta-python][PATCH] python3-virtualenv: add missing run-time dependencies

2024-07-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The recipe is missing most of the run-time dependencies for virtualenv. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-virtualenv_20.26.3.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH] python3-gpiod: update to v2.2.0

2024-06-18 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This is minor release that contains some fixes and code improvements. There are no new interfaces but line.Value can now correctly be cast to bool and __repr__() implementations have been fixed to actually allow using them to recreate objects. Starting from

Re: [oe] [meta-oe][PATCH] libgpiod-1.x: Fix build on musl

2024-06-11 Thread Bartosz Golaszewski
On Tue, Jun 11, 2024 at 9:35 AM Bartosz Golaszewski via lists.openembedded.org wrote: > > On Tue, Jun 11, 2024 at 6:58 AM Khem Raj via lists.openembedded.org > wrote: > > > > get a patch backported to fix the build > > > > Signed-off-by: Khem Raj > > C

[oe] [PATCH 2/2] libgpiod: disable C++ tests for libgpiod v1.6.x

2024-06-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Catch2 recipe is moving to version 3 of the Catch2 API which will make the C++ tests in libgpiod uncompatible. libgpiod v2 as ported to the new interface but v1.6.x will not be so just disable building the C++ tests. Signed-off-by: Bartosz Golaszewski --- .../0001

[oe] [PATCH 1/2] libgpiod: update to v1.6.5

2024-06-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This release contains a build fix for environments that require libgen.h to be included for basename() and don't pull it implicitly with any other header. Signed-off-by: Bartosz Golaszewski --- .../libgpiod/{libgpiod_1.6.4.bb => libgpiod_1.6.5.bb} | 2 +-

Re: [oe] [meta-oe][PATCH] libgpiod-1.x: Fix build on musl

2024-06-11 Thread Bartosz Golaszewski
On Tue, Jun 11, 2024 at 6:58 AM Khem Raj via lists.openembedded.org wrote: > > get a patch backported to fix the build > > Signed-off-by: Khem Raj > Cc: Bartosz Golaszewski > --- > ...nclude-missing-libgen.h-for-basename.patch | 25 +++ > .../li

Re: [oe] [meta-oe][PATCH] libgpiod-1.x: Disable ptests and fix build on musl

2024-06-10 Thread Bartosz Golaszewski
On Mon, Jun 10, 2024 at 9:31 PM Khem Raj wrote: > > On Mon, Jun 10, 2024 at 11:34 AM Bartosz Golaszewski wrote: > > > > On Mon, 10 Jun 2024 at 20:21, Khem Raj wrote: > > > > > > libgpiod-1.x is still in use by some BSPs e.g. > > > variscite SOMs,

Re: [oe] [meta-oe][PATCH] libgpiod-1.x: Disable ptests and fix build on musl

2024-06-10 Thread Bartosz Golaszewski
ved > > Signed-off-by: Khem Raj > Cc: Bartosz Golaszewski > --- TBH I still support v1.6.x as this is what Debian stable still ships with (and will continue to for some time) so how about dropping only C++ tests? Bart -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this gro

Re: [oe] [meta-oe][PATCH] libgpiod: Migrate to catch2 v3

2024-06-03 Thread Bartosz Golaszewski
On Sat, Jun 1, 2024 at 4:22 PM Khem Raj via lists.openembedded.org wrote: > > Signed-off-by: Khem Raj > Cc: Bartosz Golaszewski > --- Acked-by: Bartosz Golaszewski -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110

[oe] [meta-oe][PATCH] libgpiod: update to v2.1.2

2024-05-13 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This is a small bugfix release that fixes a build issue with slibtool (not relevant to meta-oe ATM), makes the licensing of C++ bindings less restrictive and preemptively fixes an issue that will be triggered with linux v6.9 when running gpio-tools ptest suite. Signed

[oe] [meta-oe][PATCH] libgpiod: update to v2.1.1

2024-03-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This is a bug-fix release addressing a couple issues in core libgpiod. Signed-off-by: Bartosz Golaszewski --- .../libgpiod/{libgpiod_2.1.bb => libgpiod_2.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-supp

[oe] [PATCH] python3-gpiod: fix the required version of libgpiod

2023-11-16 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This version of python3-gpiod requires libgpiod v2.1 so fix RDEPENDS. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools

[oe] [meta-python][PATCH] python3-gpiod: setup target config in ptest compile

2023-11-15 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The python3targetconfig class does not setup the build config for target in do_ptest_compile_base so we need to do this manually. While at it: use the provided nativepython3 command instead of using the full path. Signed-off-by: Bartosz Golaszewski --- meta-python

[oe] [meta-python][PATCH] python3-gpiod: update to v2.1.3

2023-11-09 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The python bindings for libgpiod have undergone several significant changes that make them easier to use for users of pip. The libgpiod sources are now vendored with the python3-gpiod as the biggest complaint by far was the fact that if the system doesn't provide

[oe] [meta-oe][PATCH 2/2] libgpiod: update to v2.1

2023-11-03 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This is a small release bringing in a bunch of improvements and a couple new interfaces. Details are available in NEWS. We need to move the code in recipes around a bit as the tests now use shunit2. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support

[oe] [meta-oe][PATCH 1/2] shunit2: new recipe

2023-11-03 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add a recipe for shunit2 - a testing framework for command-line tools and shell scripts. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes

[oe] [meta-oe][PATCH] libgpiod: update to v2.0.2

2023-08-25 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This is a small bug-fix release addressing a segfault, a memory corruption bug and a couple minor issues. This also removes the patch that's already upstream. Signed-off-by: Bartosz Golaszewski --- .../gpio-tools-test-bats-modify.patch | 67

[oe] [PATCH v2 55/55] python3-setuptools-scm-git-archive: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python/python3-setuptools-scm-git-archive_1.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm-git

[oe] [PATCH v2 53/55] python3-dbus-next: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dbus-next_0.2.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb b/meta

[oe] [PATCH v2 54/55] python3-defusedxml: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb b/meta

[oe] [PATCH v2 52/55] python3-tzlocal: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python

[oe] [PATCH v2 51/55] python3-tzlocal: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-tzlocal_5.0.1.bb| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [PATCH v2 50/55] python3-dateparser: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dateparser_1.1.8.bb| 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb b/meta

[oe] [PATCH v2 49/55] python3-dateparser: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dateparser_1.1.8.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes

[oe] [PATCH v2 48/55] python3-custom-inherit: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-custom-inherit_2.3.1.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb b

[oe] [PATCH v2 47/55] python3-coverage: fix coding style and RDEPENDS

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Don't use PYTHON_PN, order RDEPENDS alphabetically. Replace toml with tomllib to fix a run-time dependency issue. Signed-off-by: Bartosz Golaszewski --- .../python/python3-coverage_7.2.7.bb | 19 +-- 1 file changed, 9 insertions(+), 10

[oe] [PATCH v2 46/55] python3-configshell-fb: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python/python3-configshell-fb_1.1.29.bb| 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-configshell

[oe] [PATCH v2 45/55] python3-configobj: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta

[oe] [PATCH v2 44/55] python3-configobj: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-configobj_5.0.8.bb| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH v2 43/55] python3-colorzero: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-colorzero_2.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH v2 42/55] python3-colorlog: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb b/meta

[oe] [PATCH v2 41/55] python3-click-spinner: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-click-spinner_0.1.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb b

[oe] [PATCH v2 40/55] python3-can: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-can_4.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python

[oe] [PATCH v2 39/55] python3-can: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded class-target override, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../python/python3-can_4.2.1.bb | 26 +-- 1 file changed, 13 insertions(+), 13 deletions

[oe] [PATCH v2 38/55] python3-binwalk: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-binwalk_2.3.3.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH v2 37/55] python3-betamax: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-betamax_0.8.1.bb| 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH v2 36/55] python3-attrdict3: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python3-attrdict3/python3-attrdict3_2.0.2.bb| 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2

[oe] [PATCH v2 35/55] python3-asyncio-throttle: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb

[oe] [PATCH v2 34/55] python3-aspectlib: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-aspectlib_2.0.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH v2 33/55] python3-aioserial: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb b/meta

[oe] [PATCH v2 32/55] python3-aioserial: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, fix whitespaces, drop python3-core from RDEPENDS. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-aioserial_1.3.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [PATCH v2 30/55] python3-flask-sijax: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python-flask-sijax.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask

[oe] [PATCH v2 31/55] python3-flask-script: remove recipe

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This package has long been deprecated by upstream maintainers and doesn't even work in meta-openembedded due to a run-time import error. Remove the recipe. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 - .../recipes

[oe] [PATCH v2 29/55] python3-flask-sijax: stop using PYTHON_PN

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. While at it: use '+=' for RDEPENDS assignment. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python-flask-sijax.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH v2 26/55] python3-gsocketpool: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python-gsocketpool/python3-gsocketpool_0.1.6.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/python-gsocketpool

[oe] [PATCH v2 28/55] python3-flask-mail: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-flask-mail_0.9.1.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-flask

[oe] [PATCH v2 27/55] python3-flask-mail: stop using PYTHON_PN

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python

[oe] [PATCH v2 25/55] python3-gsocketpool: stop using PYTHON_PN

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- .../python-gsocketpool/python3-gsocketpool_0.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/python

[oe] [PATCH v2 23/55] python3-h11: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-h11_0.14.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-h11_0.14.0.bb b/meta-python

[oe] [PATCH v2 24/55] python3-gsocketpool: drop unneeded DEPENDS

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This package doesn't depend on python3-gevent at build-time. Signed-off-by: Bartosz Golaszewski --- .../python-gsocketpool/python3-gsocketpool_0.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity

[oe] [PATCH v2 21/55] python-idna-ssl: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python-idna-ssl.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-idna-ssl.inc b/meta-python

[oe] [PATCH v2 22/55] python3-hpack: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb| 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb

[oe] [PATCH v2 20/55] python3-isodate: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python

[oe] [PATCH v2 19/55] python3-isodate: stop using PYTHON_PN

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH v2 18/55] python3-isort: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-isort_5.12.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb b/meta-python

[oe] [PATCH v2 16/55] python3-flask-user: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-flask-user_0.6.19.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b

[oe] [PATCH v2 17/55] python3-isort: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN and fix white spaces. Signed-off-by: Bartosz Golaszewski --- .../python/python3-isort_5.12.0.bb | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH v2 14/55] python3-et-xmlfile: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb b/meta

[oe] [PATCH v2 15/55] python3-flask-user: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, make indentation and line breaks consistent and order dependencies alphabetically. Signed-off-by: Bartosz Golaszewski --- .../python/python3-flask-user_0.6.19.bb| 10 ++ 1 file changed, 6 insertions(+), 4 deletions

[oe] [PATCH v2 12/55] python3-ecdsa: don't install tests

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski If we don't want to pull python3-unittest at run-time then we must not install test packages. This recipe doesn't provide ptest anyway. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | 4 1 file changed, 4

[oe] [PATCH v2 13/55] python3-et-xmlfile: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Don't use PYTHON_PN and split RDEPENDS into multiple lines. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-et-xmlfile_1.1.0.bb| 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python

[oe] [PATCH v2 11/55] python3-path: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-path_16.6.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python

[oe] [PATCH v2 10/55] python3-path: fix coding style

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN and make indentation consistent. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-path_16.6.0.bb| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python

[oe] [PATCH v2 09/55] python3-paramiko: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb b/meta

[oe] [PATCH v2 07/55] python3-pako: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-pako_0.3.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb b/meta-python

[oe] [PATCH v2 08/55] python3-paramiko: stop using PYTHON_PN

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2 so stop using PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-paramiko_3.2.0.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-python

[oe] [PATCH v2 06/55] python3-padatious: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-padatious_0.4.8.bb| 8 1 file changed, 8 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb b/meta

[oe] [PATCH v2 05/55] python3-pywbem: add missing run-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb b/meta-python

[oe] [PATCH v2 04/55] python3-pywbem: order RDEPENDS alphabetically

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Order run-time dependencies for clarity. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-extended/pywbem/python3

[oe] [PATCH v2 03/55] python3-pywbem: don't use PYTHON_PN

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- .../pywbem/python3-pywbem_1.6.1.bb| 34 +-- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/meta-python/recipes

[oe] [PATCH v2 01/55] python3-pywbemtools: remove build-time dependencies

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski None of these are required at build-time. Remove them. Signed-off-by: Bartosz Golaszewski --- .../pywbemtools/python3-pywbemtools_1.2.0.bb | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta-python/recipes-extended/pywbemtools/python3

[oe] [PATCH v2 00/55] python3: improve run-time dependencies situation - take 2

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski These are the remaining fixes for unmet run-time dependencies for python packages (+ some other tweaks and fixes). v1 -> v2: - fixed the issue with python3-pywbem-native by removing build-time dependencies from python3-pywbemtools which turned out to not be nee

[oe] [PATCH v2 02/55] python3-pywbem: drop unneeded class from RDEPENDS

2023-06-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The native package has the same dependencies. Even if normally they are satisfied by python3-native, we should still use a global RDEPENDS. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 2 +- 1 file changed, 1

Re: [oe] [meta-python][RESEND PATCH 01/54] python3-pywbem: drop unneeded class from RDEPENDS

2023-06-21 Thread Bartosz Golaszewski
1:03 AM Khem Raj wrote: > > > > here are some failures > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2841 > > > > On Mon, Jun 19, 2023 at 6:16 PM Khem Raj wrote: > > > > > > On 6/19/23 6:21 AM, Bartosz Golaszewski wrote:

[oe] [meta-python][RESEND PATCH 53/54] python3-defusedxml: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb b/meta

[oe] [meta-python][RESEND PATCH 54/54] python3-setuptools-scm-git-archive: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python/python3-setuptools-scm-git-archive_1.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm-git

[oe] [meta-python][RESEND PATCH 52/54] python3-dbus-next: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dbus-next_0.2.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb b/meta

[oe] [meta-python][RESEND PATCH 51/54] python3-tzlocal: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python

[oe] [meta-python][RESEND PATCH 49/54] python3-dateparser: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dateparser_1.1.8.bb| 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb b/meta

[oe] [meta-python][RESEND PATCH 50/54] python3-tzlocal: fix coding style

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-tzlocal_5.0.1.bb| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][RESEND PATCH 48/54] python3-dateparser: fix coding style

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dateparser_1.1.8.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][RESEND PATCH 47/54] python3-custom-inherit: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-custom-inherit_2.3.1.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb b

[oe] [meta-python][RESEND PATCH 46/54] python3-coverage: fix coding style and RDEPENDS

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Don't use PYTHON_PN, order RDEPENDS alphabetically. Replace toml with tomllib to fix a run-time dependency issue. Signed-off-by: Bartosz Golaszewski --- .../python/python3-coverage_7.2.7.bb | 19 +-- 1 file changed, 9 insertions(+), 10

[oe] [meta-python][RESEND PATCH 45/54] python3-configshell-fb: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python/python3-configshell-fb_1.1.29.bb| 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-configshell

[oe] [meta-python][RESEND PATCH 43/54] python3-configobj: fix coding style

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-configobj_5.0.8.bb| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][RESEND PATCH 44/54] python3-configobj: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta

[oe] [meta-python][RESEND PATCH 42/54] python3-colorzero: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-colorzero_2.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][RESEND PATCH 41/54] python3-colorlog: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb b/meta

[oe] [meta-python][RESEND PATCH 40/54] python3-click-spinner: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-click-spinner_0.1.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb b

[oe] [meta-python][RESEND PATCH 39/54] python3-can: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-can_4.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python

[oe] [meta-python][RESEND PATCH 38/54] python3-can: fix coding style

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded class-target override, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../python/python3-can_4.2.1.bb | 26 +-- 1 file changed, 13 insertions(+), 13 deletions

[oe] [meta-python][RESEND PATCH 37/54] python3-binwalk: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-binwalk_2.3.3.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][RESEND PATCH 36/54] python3-betamax: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-betamax_0.8.1.bb| 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][RESEND PATCH 35/54] python3-attrdict3: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python3-attrdict3/python3-attrdict3_2.0.2.bb| 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2

[oe] [meta-python][RESEND PATCH 34/54] python3-asyncio-throttle: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb

[oe] [meta-python][RESEND PATCH 33/54] python3-aspectlib: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-aspectlib_2.0.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][RESEND PATCH 32/54] python3-aioserial: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb b/meta

[oe] [meta-python][RESEND PATCH 31/54] python3-aioserial: fix coding style

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Stop using PYTHON_PN, fix whitespaces, drop python3-core from RDEPENDS. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-aioserial_1.3.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][RESEND PATCH 29/54] python3-flask-sijax: add missing run-time dependencies

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python-flask-sijax.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask

[oe] [meta-python][RESEND PATCH 30/54] python3-flask-script: remove recipe

2023-06-19 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This package has long been deprecated by upstream maintainers and doesn't even work in meta-openembedded due to a run-time import error. Remove the recipe. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 - .../recipes

  1   2   3   4   5   6   >