On 6 Oct 2022, at 13:38, Bruce Ashfield <[email protected]> wrote: > > On Thu, Oct 6, 2022 at 7:29 AM Ross Burton <[email protected]> wrote: >> >> On 4 Oct 2022, at 18:27, Bruce Ashfield via lists.openembedded.org >> <[email protected]> wrote: >>> -inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', >>> 'python3targetconfig', '', d)} >>> +inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', >>> 'python3targetconfig setuptools3', '', d)} >> >> For reasons, setuptools3-base does this: >> >> RDEPENDS:${PN}:append:class-target = " ${PYTHON_PN}-core” >> >> So buildhistory-diff says: >> >> packages/qemuarm64-poky-linux/perf/perf: RDEPENDS: added "python3-core” >> >> I’m guessing that isn’t what you meant. >> > > We do need the python support on the target when perf is installed. > Isn't that what python-core provides ? > > While it maybe wasn't a RDEPENDS before, it really should have been > (if python-core does provide the runtime bits for target execution).
Sure, but there’s a perf-python package that contains all of the python stuff, right? So the RDEPENDS should be there (and is already). Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#171499): https://lists.openembedded.org/g/openembedded-core/message/171499 Mute This Topic: https://lists.openembedded.org/mt/94118767/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
