]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-psutil: Drop nativesdk class extension due to breakage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 May 2023 20:44:57 +0000 (21:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 May 2023 06:33:15 +0000 (07:33 +0100)
commite1c9cbe8b14c259c30df375d3f8c1bd9b3a818fa
tree77a9fbc30b20dc3534e075f1cefbc660519ef8f3
parent7db8c52dd31c495c35c239d317bc5a098662cc53
python3-psutil: Drop nativesdk class extension due to breakage

We're seeing warnings like:

WARNING: Nothing RPROVIDES 'nativesdk-procps' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-psutil-dev' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it)
WARNING: Nothing RPROVIDES 'nativesdk-python3-psutil' (but virtual:nativesdk:XXX/python3-psutil_5.9.4.bb RDEPENDS on or otherwise requires it)

which means this likely has never been working in the first place. Drop it
until it is needed and fixed to work.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-psutil_5.9.4.bb