remove python prereq check - no longer necessary

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5590 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-11-20 00:31:06 +00:00
parent ef90a4e2f5
commit 1628ad2a55
1 changed files with 0 additions and 4 deletions

View File

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