aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-pdfkit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pdfkit/APKBUILD b/testing/py3-pdfkit/APKBUILD
index 88ecbb040d..710bae995b 100644
--- a/testing/py3-pdfkit/APKBUILD
+++ b/testing/py3-pdfkit/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Python wrapper to convert HTML to PDF using the WebKit rendering engine"
options="!check" # No testsuite in pypi tarball, no github releases
url="https://github.com/JazzCore/python-pdfkit"
-arch="noarch"
+arch="noarch !mips !mips64" # blocked by wkhtmltopdf
license="MIT"
depends="wkhtmltopdf python3"
makedepends="py3-setuptools"