kernel: bump 4.9 to 4.9.194
[openwrt/staging/wigyori.git] / include / prereq-build.mk
index c52ca719087caed3a7281b4d98cc325997ad28db..40df89575d9e75128dfe05d95c464250f8d681b5 100644 (file)
@@ -141,6 +141,8 @@ $(eval $(call SetupHostCommand,wget,Please install GNU 'wget', \
 $(eval $(call SetupHostCommand,perl,Please install Perl 5.x, \
        perl --version | grep "perl.*v5"))
 
+$(eval $(call CleanupPython2))
+
 $(eval $(call SetupHostCommand,python,Please install Python >= 3.5, \
        python3.7 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \
        python3.6 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?', \