1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

remove python prereq check - no longer necessary

SVN-Revision: 5590
This commit is contained in:
Felix Fietkau 2006-11-20 00:31:06 +00:00
parent 80ff6a1d25
commit d28e34c34a

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