On Wed, Oct 30, 2024 at 10:02 PM Martin Jansa wrote:
>
> Please use BPN in:
> FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-2.x:"
>
> I could send another separate fix, but then it would conflict with
> this one, so probably better if you send v2 with it.
>
This patch is already in master-next so
From: Bartosz Golaszewski
The oe-core bbclass for GObject introspection sets GI_DATA_ENABLED if
the relevant distro feature is enabled. That means that it's up to the
inheriting recipe to disable it if needed.
For libgpiod: we only want to enable it if any of the GLib based
packages is
Resending from the right account...
On Wed, 30 Oct 2024 at 02:33, Khem Raj wrote:
>
> On Tue, Oct 29, 2024 at 6:31=E2=80=AFPM Khem Raj wro=
te:
> >
> > It seems that glib-2.0 is a hard dep for gobject-introspection so it
> > might be better to add it in bbclass itself.
I hope this becomes a con
On Tue, Oct 29, 2024 at 5:54 PM Martin Jansa wrote:
>
> > I'm not sure how you got there
>
> bitbake python3-gpiod
>
There must be something more to it though as a simple 'bitbake
python3-gpiod' works fine for me. Anything particular in the config?
Bart
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receiv
On Tue, Oct 29, 2024 at 1:39 PM Martin Jansa wrote:
>
> Doesn't this upgrade break python3-gpiod
> (meta-oe/meta-python/recipes-devtools/python/python3-gpiod_2.2.1.bb)?
>
No. The release is fully backward compatible and python bindings
v2.2.1 build fine against it.
Please note: the versioning of
On Mon, Oct 28, 2024 at 12:26 PM Max Krummenacher via
lists.openembedded.org
wrote:
>
> From: Max Krummenacher
>
> In my setup a build fails with
>
> | checking for gobject-introspection... configure: error:
> gobject-introspection-1.0 is not installed
> | NOTE: The following config.log files ma
From: Bartosz Golaszewski
This is a big update for libgpiod bringing in the D-Bus daemon and its
command-line client. This is why the patch is pretty hefty. The majority
of the line count comes from the removed patch that is now upstream but
the v2.2 recipe also now contains a lot of bits and
On Wed, Oct 23, 2024 at 11:06 PM Sverdlin, Alexander
wrote:
>
> > +
> > +# Enable all project features for ptest
> > +PACKAGECONFIG[tests] = " \
> > +--enable-tests --enable-tools --enable-bindings-cxx
> > --enable-bindings-glib --enable-gpioset-interactive --enable-dbus, \
> > +--disable
On Wed, Oct 23, 2024 at 9:29 AM Bartosz Golaszewski wrote:
>
> On Wed, Oct 23, 2024 at 6:02 AM Khem Raj wrote:
> >
> > it failed to build/fetch
> >
> > https://valkyrie.yoctoproject.org/#/builders/81/builds/81/steps/14/logs/errors
> >
>
> I think this i
From: Bartosz Golaszewski
This is a big update for libgpiod bringing in the D-Bus daemon and its
command-line client. This is why the patch is pretty hefty. The majority
of the line count comes from the removed patch that is now upstream but
the v2.2 recipe also now contains a lot of bits and
On Wed, Oct 23, 2024 at 6:02 AM Khem Raj wrote:
>
> it failed to build/fetch
>
> https://valkyrie.yoctoproject.org/#/builders/81/builds/81/steps/14/logs/errors
>
I think this is a false positive? Some network error? It works fine
here if I wget this address and I can fetch it from bitbake alright
From: Bartosz Golaszewski
This is a big update for libgpiod bringing in the D-Bus daemon and its
command-line client. This is why the patch is pretty hefty. The majority
of the line count comes from the removed patch that is now upstream but
the v2.2 recipe also now contains a lot of bits and
From: Bartosz Golaszewski
Bug fixes:
- fix requesting lines by name with multiple entries
- fix a use-after-free bug in python bindings
- fix passing the event clock property to line requests in python bindings
Signed-off-by: Bartosz Golaszewski
---
.../python/{python3-gpiod_2.2.0.bb
From: Bartosz Golaszewski
Bug fixes:
- fix C++ tests with recent kernels which introduced stricter reconfigure
behavior
- fix a use-after-free bug in python bindings
- fix passing the event clock property to line requests in python bindings
- fix a memory leak in tools
- make sure the string
On Wed, Jul 10, 2024 at 12:45 PM Sean Nyekjaer via
lists.openembedded.org wrote:
>
> Enable the linuxgpiod via PACKAGECONFIG to allow to use swd via
> libgpiod.
> linuxgpiod requires libgpiod 1.x, so it's required to add
> PREFERRED_VERSION_libgpiod = "1.%".
>
> Signed-off-by: Sean Nyekjaer
> ---
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
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 this
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
> > Cc:
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
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} |
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
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,
>
> 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
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
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
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
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
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
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 provid
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
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
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
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
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
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
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
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
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
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
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
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(+
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -
.../re
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(-)
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
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
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
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
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
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-connect
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
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
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
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
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
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
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
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
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
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
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/p
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
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
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
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
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
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
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
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
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
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
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
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
ve']
>
Feel free to drop this and whichever other patches cause failures, I
will look at whatever remains after this round.
Bart
> On Tue, Jun 20, 2023 at 11:03 AM Khem Raj wrote:
> >
> > here are some failures
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/
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
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
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
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
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
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
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
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
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(+
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
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
1 - 100 of 540 matches
Mail list logo