Browse Source

remove python prereq check - no longer necessary

SVN-Revision: 5590
Felix Fietkau 19 years ago
parent
commit
d28e34c34a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      include/prereq-build.mk

+ 0 - 4
include/prereq-build.mk

@@ -85,10 +85,6 @@ $(eval $(call RequireCommand,flex, \
 	Please install flex. \
 ))
 
-$(eval $(call RequireCommand,python, \
-	Please install python. \
-))
-
 $(eval $(call RequireCommand,unzip, \
 	Please install unzip. \
 ))