Added matplotlib as required in 'make all' target.

... otherwise click-man cannot proceed.
This commit is contained in:
Sylvain Tricot 2022-03-07 14:38:14 +01:00
parent babfb58a07
commit cf778b90cc
1 changed files with 1 additions and 1 deletions

View File

@ -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: