From 09e786ed3f0db4031200d6f11e3c349fef891c51 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 24 May 2022 11:15:23 +0800 Subject: [PATCH] msys2: add python-tqdm dependency --- windows/PKGBUILD.artiq | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/PKGBUILD.artiq b/windows/PKGBUILD.artiq index 0a82f71e0..2a03ed575 100644 --- a/windows/PKGBUILD.artiq +++ b/windows/PKGBUILD.artiq @@ -13,6 +13,7 @@ depends=( "mingw-w64-x86_64-python-scipy" "mingw-w64-x86_64-python-dateutil" "mingw-w64-x86_64-python-prettytable" + "mingw-w64-x86_64-python-tqdm" "mingw-w64-x86_64-python-pygit2" "mingw-w64-x86_64-python-sipyco" "mingw-w64-x86_64-nac3artiq"