From cc41b7085292e4d27d67d09770fa536791188ceb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 9 May 2023 13:13:51 +0800 Subject: [PATCH] msys2: add lmdb dependency --- windows/PKGBUILD.artiq | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/PKGBUILD.artiq b/windows/PKGBUILD.artiq index 640d88197..c2ae0b99f 100644 --- a/windows/PKGBUILD.artiq +++ b/windows/PKGBUILD.artiq @@ -6,6 +6,7 @@ license=("LGPL") depends=( "mingw-w64-x86_64-python" "mingw-w64-x86_64-python-h5py" + "mingw-w64-x86_64-python-lmdb" "mingw-w64-x86_64-python-pyqt5" "mingw-w64-x86_64-qt5-svg" "mingw-w64-x86_64-python-qasync"