summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35f099479903..143dced031c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,9 +31,8 @@ check() {
}
package_python-sphinx-gallery() {
- depends=('python-sphinx>=1.8.3' 'python-pillow')
+ depends=('python-sphinx>=1.8.3' 'python-pillow' 'python-matplotlib')
optdepends=('python-seaborn'
- 'python-matplotlib'
'mayavi')
# 'python-sphinx-gallery-doc: Documentation of Sphinx-Gallery')
cd ${srcdir}/${_pyname}-${pkgver}