mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
python 3.11 fixes
This commit is contained in:
10
PKGBUILD
10
PKGBUILD
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user