remove python prereq check - no longer necessary
authorFelix Fietkau <nbd@openwrt.org>
Mon, 20 Nov 2006 00:31:06 +0000 (00:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 20 Nov 2006 00:31:06 +0000 (00:31 +0000)
SVN-Revision: 5590

include/prereq-build.mk

index ed8fdb6fceffd0c61d3a7a3f6c6b823ce4b6ecce..e9f3a0173f89990aa6ab4aefe9edd105a27ebdd3 100644 (file)
@@ -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. \
 ))