From cf778b90ccc4c7d27d09c738f6afbf36a7ba8f89 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Mon, 7 Mar 2022 14:38:14 +0100 Subject: [PATCH] Added matplotlib as required in 'make all' target. ... otherwise click-man cannot proceed. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index aa8943f..2540d34 100644 --- a/src/Makefile +++ b/src/Makefile @@ -280,7 +280,7 @@ pypkg: python/dist/$(PYTHON_PKG_NAME)-$(VERSION).tar.gz required_python_packages: - @$(PIP) install numpy click-man + @$(PIP) install numpy matplotlib click-man python/VERSION: