summaryrefslogtreecommitdiffstats
path: root/rules/host-system-python3.make
diff options
context:
space:
mode:
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 ..."