[Buildroot] [PATCH/next 1/2] package/gnuradio: force python3-six

Gwenhael Goavec-Merou gwenj at trabucayre.com
Mon Nov 29 16:50:00 UTC 2021


From: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>

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
--
-- Python checking for mako >= 0.4.2
-- Python checking for mako >= 0.4.2 - not found

This patch force the use of host-python3-six to be coherent

Fixes:
- http://autobuild.buildroot.net/results/2685fb00883e6936e24ca1f17b693e6e1c13c9fa

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.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 \
-- 
2.30.2



More information about the buildroot mailing list