[yocto] QA python3 runtime dependency

Stefan Müller-Klieser s.mueller-klieser at phytec.de
Fri Sep 16 05:38:37 PDT 2016


On 16.09.2016 13:45, Chris Trobridge wrote:
> My top-level python3 scripts have "#!/usr/bin/python3" and the recipe RDEDENDS on python3.

I guess this is what you need:

RDEPENDS_${PN} = "python3-core"

As the interpreter is in the -core package.

Regards, Stefan

> There's no problem in the final system as python3 is present in /usr/bin as expected.
> What I do not understand is why I am getting a QA warning : "requires /usr/bin/python3, but no providers found in RDEPENDS? [file-rdeps]".
> Any ideas why this is happening?
> Thanks,Chris
>  		 	   		  
> 
> 
> 



More information about the yocto mailing list