From 29c8e3958daf853729dd6b47250393ad3a3944fa Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 5 Apr 2022 17:02:26 +0800 Subject: [PATCH] windows: depend on qasync --- windows/PKGBUILD.artiq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/PKGBUILD.artiq b/windows/PKGBUILD.artiq index 28dbd4913..4d3ff9f43 100644 --- a/windows/PKGBUILD.artiq +++ b/windows/PKGBUILD.artiq @@ -7,7 +7,7 @@ depends=( "mingw-w64-x86_64-python" "mingw-w64-x86_64-python-h5py" "mingw-w64-x86_64-python-pyqt5" - # TODO "mingw-w64-x86_64-python-qasync" + "mingw-w64-x86_64-python-qasync" "mingw-w64-x86_64-python-pyqtgraph" "mingw-w64-x86_64-python-numpy" "mingw-w64-x86_64-python-scipy"