summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38b9a8639453..0833389c854a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,5 +20,4 @@ pkgname = python-sphinx-gallery
depends = python-pillow
depends = python-matplotlib
optdepends = python-seaborn
- optdepends = mayavi
optdepends = python-pypandoc
diff --git a/PKGBUILD b/PKGBUILD
index 3e0fc508a52c..e24308fb4e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ check() {
package_python-sphinx-gallery() {
depends=('python-sphinx>=4' 'python-pillow' 'python-matplotlib')
optdepends=('python-seaborn'
- 'mayavi'
+# 'mayavi'
'python-pypandoc')
# 'python-sphinx-gallery-doc: Documentation of Sphinx-Gallery')
cd ${srcdir}/${_pyname}-${pkgver}