summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRayyan Ansari <rayyan@ansari.sh>2023-01-24 18:14:28 +0000
committerThomas Waldmann <tw@waldmann-edv.de>2023-02-03 17:46:56 +0100
commit6c7efbe128bddca6f593bd4a17dc5cc84016f251 (patch)
treeea7c9d8eca8d44a306388c365ac4f16d1192de56 /scripts
parentf2452aef2ae247ef478b4be2703041c14bfeea72 (diff)
add platformdirs to dependencies
Diffstat (limited to 'scripts')
-rw-r--r--scripts/msys2-install-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/msys2-install-deps b/scripts/msys2-install-deps
index 39fae4c70..227f505d4 100644
--- a/scripts/msys2-install-deps
+++ b/scripts/msys2-install-deps
@@ -1,6 +1,6 @@
#!/bin/bash
-pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,python,cython,python-setuptools,python-wheel,python-pkgconfig,python-packaging,python-msgpack,python-argon2_cffi,python-pip}
+pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,python-msgpack,python-argon2_cffi,python-platformdirs,python,cython,python-setuptools,python-wheel,python-pkgconfig,python-packaging,python-pip}
pip install pyinstaller
if [ "$1" = "development" ]; then