summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/python-commonmark/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/python-commonmark/PKGBUILD b/community/python-commonmark/PKGBUILD
index f71e8e9e..549815ac 100644
--- a/community/python-commonmark/PKGBUILD
+++ b/community/python-commonmark/PKGBUILD
@@ -9,5 +9,9 @@ eval "$(
/install.*docs.*/d
'
)"
+
+# python-sphinx_rtd_theme neds npm, which is broken on archlinux32
+# most likely since years..
makedepends=(${makedepends[@]//python-sphinx_rtd_theme/})
+
makedepends=(${makedepends[@]//python-sphinx/})