diff options
author | Maxim Devaev <[email protected]> | 2025-01-28 15:57:48 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2025-01-28 15:57:48 +0200 |
commit | 06812231c167916c93bba1d10b40b3d9c800e152 (patch) | |
tree | 9b6da2453764fc1eb3a89dcf090c48fdb47ab7ce | |
parent | 15dbe6265fbf0a13cae8022b6e5409b14f541411 (diff) |
fixed missing python-bcrypt
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ depends=( python-aiofiles python-async-lru python-passlib + # python-bcrypt is needed for passlib + python-bcrypt python-pyotp python-qrcode python-periphery |