diff --git a/include/prereq-build.mk b/include/prereq-build.mk index b0114f0b9e..fbe7d69f44 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -103,6 +103,10 @@ $(eval $(call RequireCommand,perl, \ Please install perl. \ )) +$(eval $(call RequireCommand,python, \ + Please install python. \ +)) + $(eval $(call RequireCommand,wget, \ Please install wget. \ ))