summaryrefslogtreecommitdiffstats
path: root/rules/host-system-python3.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-23 13:55:56 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-23 13:55:56 +0100
commit1f9a4ed3aeb22dd6077a93a75d4615fc32cef1e3 (patch)
tree34f26bd562aa14b61dc8dbf12b470e896df41246 /rules/host-system-python3.make
parentceeabe710eec0fb55e623dd7490b1fab9f716910 (diff)
downloadptxdist-1f9a4ed3aeb22dd6077a93a75d4615fc32cef1e3.tar.gz
ptxdist-1f9a4ed3aeb22dd6077a93a75d4615fc32cef1e3.tar.xz
host-system-python3: fix error message for mako
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-system-python3.make')
-rw-r--r--rules/host-system-python3.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-system-python3.make b/rules/host-system-python3.make
index 305e86fcc..aa879ad4d 100644
--- a/rules/host-system-python3.make
+++ b/rules/host-system-python3.make
@@ -30,7 +30,7 @@ ifdef PTXCONF_HOST_SYSTEM_PYTHON3_MAKO
@echo "Checking for Python Mako ..."
@$(SYSTEMPYTHON3) -c 'import mako' 2>/dev/null || \
ptxd_bailout "Python mako module not found! \
- Please install python-mako (debian)";
+ Please install python3-mako (debian)";
endif
ifdef PTXCONF_HOST_SYSTEM_PYTHON3_NUMPY
@echo "Checking for Python Numpy ..."