gnuradio: remove host-python-cheetah dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 26 Jun 2018 21:10:46 +0000 (23:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 5 Aug 2018 12:37:58 +0000 (14:37 +0200)
host-python-cheetah has been replaced by host-python-mako:
https://github.com/gnuradio/volk/commit/1b2bedc8685c4dc2b3587068339d69b5ab1c874d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gnuradio/gnuradio.mk

index 9573b65b73d00c932b3786ce34dc75b9db41462a..ed537e3934895b03f736ebc45ccbb32199273193 100644 (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 \