Re: How to Add Packages to Python3
Konrad Weihmann <kweihmann@...>
Just add RDEPENDS_${PN] += "python3-json" to the recipe that creates the package, that contains the mentioned python script.
toggle quoted messageShow quoted text
Alternatively add IMAGE_INSTALL += "python3-json" to the image the script is in. As this is a core module (shipped by python3) the mapping is purely based on the python3-manifest.json
On 26.11.20 12:22, vijayrakeshmunganda@... wrote:
Hi,
|
|