python-pytest-xdist: enable for clangarm64

This commit is contained in:
Dennis Ameling
2021-12-15 13:36:18 +01:00
parent baec3a5968
commit 3acb5ccbf5

View File

@@ -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"