remove python prereq check - no longer necessary
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 20 Nov 2006 00:31:06 +0000 (00:31 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 20 Nov 2006 00:31:06 +0000 (00:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5590 3c298f89-4303-0410-b956-a3cf2f4a3e73

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. \
 ))