summaryrefslogtreecommitdiffstats
path: root/rules/host-system-python.in
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-06-06 16:37:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:52 +0200
commit963fc205d336ebf65c4a42fbcdbc40df74da7d05 (patch)
tree9c59e7dde441f8ae6838bc3092bed537a4aa795a /rules/host-system-python.in
parentd41d1010b09b2ced0bd909998d631cd8ccc861d1 (diff)
downloadptxdist-963fc205d336ebf65c4a42fbcdbc40df74da7d05.tar.gz
ptxdist-963fc205d336ebf65c4a42fbcdbc40df74da7d05.tar.xz
host-system-python: add check for six and numpy modules
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-system-python.in')
-rw-r--r--rules/host-system-python.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/host-system-python.in b/rules/host-system-python.in
index 61fdbc62b..13ffed6c9 100644
--- a/rules/host-system-python.in
+++ b/rules/host-system-python.in
@@ -17,4 +17,10 @@ config HOST_SYSTEM_PYTHON_BZ2
config HOST_SYSTEM_PYTHON_MAKO
bool
+config HOST_SYSTEM_PYTHON_SIX
+ bool
+
+config HOST_SYSTEM_PYTHON_NUMPY
+ bool
+
endif