summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2025-01-28 15:57:48 +0200
committerMaxim Devaev <[email protected]>2025-01-28 15:57:48 +0200
commit06812231c167916c93bba1d10b40b3d9c800e152 (patch)
tree9b6da2453764fc1eb3a89dcf090c48fdb47ab7ce
parent15dbe6265fbf0a13cae8022b6e5409b14f541411 (diff)
fixed missing python-bcrypt
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c56da0f9..688fa133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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