diff options
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index ed8fdb6fc..e9f3a0173 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. \ )) |