Message ID | 20250804211106.327799-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] python3-setuptools-scm: clean up dependencies | expand |
On Mon, Aug 4, 2025 at 2:11 PM Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote: > pyrsistent was replaced with rpds in 4.18.0. > > zipp doesn't appear to have ever been a dependency, remove. Maybe it was > a transient dependency. A good test is to run ptest image for this recipe built With opkg backend > > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb > b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb > index 7a5f4a09a6e..777cc649cc5 100644 > --- a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb > +++ b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb > @@ -39,9 +39,8 @@ RDEPENDS:${PN} += " \ > python3-netclient \ > python3-numbers \ > python3-pprint \ > - python3-pyrsistent \ > python3-referencing \ > - python3-zipp \ > + python3-rpds-py \ > " > > RDEPENDS:${PN}-tests = "${PN}" > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#221448): > https://lists.openembedded.org/g/openembedded-core/message/221448 > Mute This Topic: https://lists.openembedded.org/mt/114538584/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb index 7a5f4a09a6e..777cc649cc5 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb @@ -39,9 +39,8 @@ RDEPENDS:${PN} += " \ python3-netclient \ python3-numbers \ python3-pprint \ - python3-pyrsistent \ python3-referencing \ - python3-zipp \ + python3-rpds-py \ " RDEPENDS:${PN}-tests = "${PN}"
pyrsistent was replaced with rpds in 4.18.0. zipp doesn't appear to have ever been a dependency, remove. Maybe it was a transient dependency. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)