From 06812231c167916c93bba1d10b40b3d9c800e152 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 28 Jan 2025 15:57:48 +0200 Subject: [PATCH] fixed missing python-bcrypt --- PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) 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