gnuradio: remove host-python-cheetah dependency

host-python-cheetah has been replaced by host-python-mako:
1b2bedc868

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2018-06-26 23:10:46 +02:00 committed by Thomas Petazzoni
parent f0f77c1194
commit b7f1b03041

View file

@ -11,10 +11,8 @@ GNURADIO_LICENSE_FILES = COPYING
GNURADIO_SUPPORTS_IN_SOURCE_BUILD = NO
# host-python-cheetah, host-python-mako and host-python-six are needed for volk
# to compile
# host-python-mako and host-python-six are needed for volk to compile
GNURADIO_DEPENDENCIES = \
host-python-cheetah \
host-python-mako \
host-python-six \
host-swig \