package/gnuradio: force python3-six

host-python-six needs host-python (aka python2) but since
commit e9df5b0fc3 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>
This commit is contained in:
Gwenhael Goavec-Merou 2021-11-29 17:50:00 +01:00 committed by Thomas Petazzoni
parent 5ca414c07d
commit 5a5859df8a

View File

@ -22,7 +22,7 @@ endif
GNURADIO_DEPENDENCIES = \
host-python3 \
host-python-mako \
host-python-six \
host-python3-six \
host-swig \
boost \
log4cpp \