Added matplotlib as required in 'make all' target.
... otherwise click-man cannot proceed.
This commit is contained in:
parent
babfb58a07
commit
cf778b90cc
|
@ -280,7 +280,7 @@ pypkg: python/dist/$(PYTHON_PKG_NAME)-$(VERSION).tar.gz
|
||||||
|
|
||||||
|
|
||||||
required_python_packages:
|
required_python_packages:
|
||||||
@$(PIP) install numpy click-man
|
@$(PIP) install numpy matplotlib click-man
|
||||||
|
|
||||||
|
|
||||||
python/VERSION:
|
python/VERSION:
|
||||||
|
|
Loading…
Reference in New Issue