Hi,
> I have added a recipe to my build which RDEPENDS_${PN} = "python".
> Although the package doesn't "need" python to run, it exposes a Python
> library which I would like to use on the system in a Python script.
RDEPENDS on "python-math" should do the trick.
RDEPENDS_${PN} = "python-math"
<snip>
> Rich Bayliss
Best Regards,
Maxin