[yocto] python3-native problems

Burton, Ross ross.burton at intel.com
Wed Apr 1 08:19:57 PDT 2015


On 1 April 2015 at 15:29, Matthew Karas <mkarascybi at gmail.com> wrote:

> DEPENDS = "python3 python3-native python3-distribute"
> RDEPENDS_${PN} = "python3 python3-native python3-distribute"
> RDEPENDS_${PN}-dev = "bash python3 python3-native python3-distribute"
>

python3-native is a form of Python 3 that is built and executed on your
build machine, so it makes no sense to have this as a runtime dependency.
The RDEPENDS should just be python3 python3-distribute.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150401/0937bf3a/attachment.html>


More information about the yocto mailing list