Re: python3-smbus no longer builds - Does anyone have an idea?
Matthias Klein
Hello Konrad,
toggle quoted messageShow quoted text
Thanks for the quick feedback. Have you been able to build the package with the change? I get a similar error with it: ERROR: smbus-4.3-*.whl is not a valid wheel filename. Best reagrds, Matthias -----Ursprüngliche Nachricht----- Von: Konrad Weihmann <kweihmann@...> Gesendet: Montag, 28. Februar 2022 13:51 An: Matthias Klein <matthias.klein@...>; yocto@... Betreff: Re: [yocto] python3-smbus no longer builds - Does anyone have an idea? Hi Matthias, this is cause by merged PEP-517 changes. To make it build again just inject PIP_INSTALL_PACKAGE = "smbus" into the recipe or a bbappend. Mainly the python3-prefix of the recipe, makes the name guessing fail, I suspect patches to be incoming soon BR Konrad
On 28.02.22 13:45, Matthias Klein wrote:
Hello,
|
|