From e831cb47b826c969867b93372f7394a1305e8e7f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 25 Nov 2023 16:14:22 +0800 Subject: [PATCH] windows: add jsonschema dependency --- windows/PKGBUILD.artiq | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/PKGBUILD.artiq b/windows/PKGBUILD.artiq index d16ee6a1d..48360f8ca 100644 --- a/windows/PKGBUILD.artiq +++ b/windows/PKGBUILD.artiq @@ -18,6 +18,7 @@ depends=( "mingw-w64-clang-x86_64-python-tqdm" "mingw-w64-clang-x86_64-python-pygit2" "mingw-w64-clang-x86_64-python-sipyco" + "mingw-w64-clang-x86_64-python-jsonschema" "mingw-w64-clang-x86_64-nac3artiq" "mingw-w64-clang-x86_64-artiq-comtools" )