Le 08/01/2024 à 03:47, Khem Raj a écrit : > > On Wed, 03 Jan 2024 10:56:02 +0100, Richard Leitner wrote: >> As reported by "pip3 check" python3-pytest-cov depends on >> python3-coverage: >> >> $ pip3 check >> pytest-cov 4.1.0 requires coverage, which is not installed. >> >> This patch fixes this problem by adding python3-coverage to RDEPENDS >> >> [...] > > Applied, thanks! > > [1/1] python3-pytest-cov: add missing python3-coverage dependency > commit: b56ab3d10999f77cb429881b73b52fe2991ad4e3
Hi, This caused https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/206: stdio: WARNING: Nothing RPROVIDES 'nativesdk-python3-coverage' (but virtual:nativesdk:/home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb RDEPENDS on or otherwise requires it) stdio: WARNING: Nothing RPROVIDES 'python3-coverage-native' (but virtual:native:/home/pokybuild/yocto-worker/meta-oe-mirror/build/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb RDEPENDS on or otherwise requires it) python3-pytest-cov does BBCLASSEXTEND = "native nativesdk" does the new dependency python3-coverage does not. So, python3-pytest-cov-native and nativesdk-python3-pytest-cov do become unbuildable. We can either : * keep the dependency and remove the BBCLASSEXTEND * add the necessary BBCLASSEXTEND to the python3-pytest-cov dependencies (recursively) starting with python3-coverage Regards, -- Yoann Congal Smile ECS - Tech Expert
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108305): https://lists.openembedded.org/g/openembedded-devel/message/108305 Mute This Topic: https://lists.openembedded.org/mt/103499188/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
