package/micropython: require python3 on the host
authorChris Packham <judge.packham@gmail.com>
Sun, 20 Oct 2019 08:28:08 +0000 (21:28 +1300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 26 Oct 2019 10:34:50 +0000 (12:34 +0200)
commit86bb2b46745e7aba727f3a91496e0b8e7c126e62
tree9b7370ade847cf8a830fd16464ab2c304f6a0e9e
parent7bf2caea3fdf8f31ed441bb95a3d7924f633f325
package/micropython: require python3 on the host

There are some scripts used when building micropython that require
python3 on the build host. Use BR2_PYTHON3_HOST_DEPENDENCY so this can
be either be satisfied by installing it on the build host or by building
the host-python3 package.

Fixes:
- http://autobuild.buildroot.net/results/b85b2214576030026a8e04d142a77a2648379417/

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/micropython/micropython.mk