mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
committed by
Thomas Petazzoni
parent
5ca414c07d
commit
5a5859df8a
@@ -22,7 +22,7 @@ endif
|
||||
GNURADIO_DEPENDENCIES = \
|
||||
host-python3 \
|
||||
host-python-mako \
|
||||
host-python-six \
|
||||
host-python3-six \
|
||||
host-swig \
|
||||
boost \
|
||||
log4cpp \
|
||||
|
||||
Reference in New Issue
Block a user