Skip to content
Commit e4b86c93 authored by Alejandro Hernandez's avatar Alejandro Hernandez Committed by Richard Purdie
Browse files

hwlatdetect: fix RDEPENDS to avoid QA failures



When listing python3 as an RDEPENDS, the image will in fact
contain python3-modules, but the QA check fails to get
RPROVIDERS correctly (since the python3 package does not
actually exist), /usr/bin/python3 is provided by the
python3-core package, so by fixing the RDEPENDS and listing
python3-core instead of python3, the QA check works correctly
and we avoid failures.

Signed-off-by: default avatarAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
parent 7fc6360d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment