On Mon, 2025-02-24 at 06:08 +0100, Zoltan Boszormenyi via lists.openembedded.org wrote: > Rely on host-provided python3, coreutils and make. > > openssl-native is not needed either, as the build scripts > use crypto functionality via python. > > Signed-off-by: Zoltán Böszörményi <zbos...@gmail.com> > --- > .../rpm-sequoia/rpm-sequoia-crypto-policy_git.bb | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git > a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb > b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb > index 098881e3da..dcc0c7264c 100644 > --- a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb > +++ b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb > @@ -5,9 +5,7 @@ LICENSE = "LGPL-2.1-or-later" > > LIC_FILES_CHKSUM = > "file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" > > -DEPENDS = "coreutils-native openssl-native make-native" > - > -inherit allarch python3native > +inherit allarch > > SRC_URI = > "git://gitlab.com/redhat-crypto/fedora-crypto-policies.git;protocol=https;branch=master" >
It looks like the python script in there needs python 3.11 for tomllib; https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/1100 so the other pieces are good but we probably need the python dependency unfortunately. Could you tweak the patch please? It may be worth leaving a comment that we can use python from the host system when we have 3.11 as the min version. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211935): https://lists.openembedded.org/g/openembedded-core/message/211935 Mute This Topic: https://lists.openembedded.org/mt/111353317/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-