sel4: check for python module "six"

This commit is contained in:
Norman Feske 2017-11-08 09:19:08 +01:00 committed by Christian Helmuth
parent 3b0899aae1
commit a63afe53ae
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
fac219549e9515349e61deae22a199ae3196e67a
028fc711083263437bd4ed469b54eb7435ba2ea7

View File

@ -11,6 +11,7 @@ $(call check_tool,python)
$(call check_python_module,future)
$(call check_python_module,tempita)
$(call check_python_module,ply)
$(call check_python_module,six)
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))