From: Felix Fietkau Date: Mon, 20 Nov 2006 00:31:06 +0000 (+0000) Subject: remove python prereq check - no longer necessary X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d28e34c34a44afe72be59300d7773bc91e6e2388;hp=80ff6a1d25d115bef8defadfcfefc81654901c64;p=librecmc%2Flibrecmc.git remove python prereq check - no longer necessary SVN-Revision: 5590 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index ed8fdb6fce..e9f3a0173f 100644 --- a/include/prereq-build.mk +++ b/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. \ ))