diff options
author | Maxim Devaev <[email protected]> | 2023-05-04 12:37:05 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-05-04 12:37:05 +0300 |
commit | b5353e63cd52b0d98e7a56acc5c8fbfc6ad8b3ee (patch) | |
tree | 3176f1a738b9533e6f3a28b132e4501a6f97f991 /PKGBUILD | |
parent | b5d67314977a7e475fac164446031ca7c83b8bc4 (diff) |
python 3.11 fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -39,11 +39,11 @@ url="https://github.com/pikvm/kvmd" license=(GPL) arch=(any) depends=( - "python>=3.10" - "python<3.11" + "python>=3.11" + "python<3.12" python-yaml - "python-aiohttp>=3.7.4.post0-1.1" - "python-aiofiles>=23.1.0-1" + python-aiohttp + python-aiofiles python-passlib python-pyotp python-qrcode @@ -60,7 +60,7 @@ depends=( python-pygments python-pyghmi python-pam - "python-pillow>=8.3.1-1" + python-pillow python-xlib libxkbcommon python-hidapi |