From 3acb5ccbf5b5cbfdeccfc3f6840d4c3fbbd1a7ba Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Wed, 15 Dec 2021 13:36:18 +0100 Subject: [PATCH] python-pytest-xdist: enable for clangarm64 --- mingw-w64-python-pytest-xdist/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-pytest-xdist/PKGBUILD b/mingw-w64-python-pytest-xdist/PKGBUILD index b9b14770b5..6f43316ba8 100644 --- a/mingw-w64-python-pytest-xdist/PKGBUILD +++ b/mingw-w64-python-pytest-xdist/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.31.0 pkgrel=2 pkgdesc="py.test xdist plugin for distributed testing and loop-on-failing modes (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('MIT') url='https://bitbucket.org/pytest-dev/pytest-xdist' depends=("${MINGW_PACKAGE_PREFIX}-python"