**** BEGIN LOGGING AT Sun Feb 27 02:59:56 2022 Feb 27 06:36:53 If we improve the pip_install_wheel.bbclass to also look for wheels in ${S}/dist (or use find which I had in earlier iterations) we should be down to old code bases clinging to distutils and some few corner cases. The PEP-517 compliant build backends emit the file name of the built wheel, but not the path. The setup.py bdist_wheel doesn’t necessarily emit the wheel file name as far as I know. Feb 27 06:37:47 There will be a few other oddities, like python3-blivet not finding blivet.service Feb 27 06:40:09 Fundamentally we are uncovering code that is not keeping up with the world around it. Such as python3-systemd… it’s stuck at 234 version and still using distutils. Somebody has to care enough to contribute and fix these things. Feb 27 14:58:20 * armpit looks like the whls fell off one of my recipes... ; ) Feb 27 14:58:47 so do we need to create a toml for this? Feb 27 16:20:39 ah, getting close.. soon I should have some training wheels for this recipe Feb 27 23:49:44 * armpit wonders if moto_timo[m] sings "The wheels on the Bus..." when working on the python conversion? Feb 28 00:38:53 armpit: not until now **** ENDING LOGGING AT Mon Feb 28 02:59:57 2022