commit: https://git.buildroot.net/buildroot/commit/?id=5a5859df8a8dfc00fd952ed9f323dd9e298c1d50
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
host-python-six needs host-python (aka python2) but since
commit e9df5b0fc3f6e8bb36deedefb392bbc968116ee7 python-mako is
python3 only. python-six is build using python2 and python-mako with
python3 and gnuradio build fails with:
-- Python checking for python >= 2.7
-- Python checking for python >= 2.7 - found
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/gnuradio/gnuradio.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gnuradio/gnuradio.mk b/package/gnuradio/gnuradio.mk
index 2272a1162a..5616039559 100644
--- a/package/gnuradio/gnuradio.mk
+++ b/package/gnuradio/gnuradio.mk
@@ -22,7 +22,7 @@ endif
GNURADIO_DEPENDENCIES = \
host-python3 \
host-python-mako \
- host-python-six \
+ host-python3-six \
host-swig \
boost \
log4cpp \
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot