aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pytest-benchmark/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 03:07:44 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 03:07:44 +0000
commit4808f02923ebe895ffcf3efecbd24d38d4502952 (patch)
tree5e74fbdf750b22df82a97fe8cbe68493b9f3f8cb /community/py3-pytest-benchmark/APKBUILD
parent6b948695fe3355fd59a8e6337d25d0a9fbcd6e22 (diff)
downloadaports-4808f02923ebe895ffcf3efecbd24d38d4502952.tar.bz2
aports-4808f02923ebe895ffcf3efecbd24d38d4502952.tar.xz
community/py3-pytest-benchmark: disable on mips
Diffstat (limited to 'community/py3-pytest-benchmark/APKBUILD')
-rw-r--r--community/py3-pytest-benchmark/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pytest-benchmark/APKBUILD b/community/py3-pytest-benchmark/APKBUILD
index 7427827a3b..8ab4002780 100644
--- a/community/py3-pytest-benchmark/APKBUILD
+++ b/community/py3-pytest-benchmark/APKBUILD
@@ -6,7 +6,7 @@ pkgver=3.2.3
pkgrel=0
pkgdesc="A pytest fixture for benchmarking code"
url="https://github.com/ionelmc/pytest-benchmark"
-arch="noarch"
+arch="noarch !mips !mips64" # blocked by py3-py-cpuinfo
license="BSD-2-Clause"
depends="python3 py3-pytest py3-py-cpuinfo"
makedepends="py3-setuptools"