mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
fixed deps
This commit is contained in:
parent
77efe92111
commit
015086b068
8
PKGBUILD
8
PKGBUILD
@ -41,8 +41,8 @@ url="https://github.com/pikvm/kvmd"
|
|||||||
license=(GPL)
|
license=(GPL)
|
||||||
arch=(any)
|
arch=(any)
|
||||||
depends=(
|
depends=(
|
||||||
"python>=3.10.1-2"
|
"python>=3.10"
|
||||||
"python<3.10"
|
"python<3.11"
|
||||||
python-yaml
|
python-yaml
|
||||||
"python-aiohttp>=3.7.4.post0-1.1"
|
"python-aiohttp>=3.7.4.post0-1.1"
|
||||||
python-aiofiles
|
python-aiofiles
|
||||||
@ -82,6 +82,10 @@ depends=(
|
|||||||
# Systemd UDEV bug
|
# Systemd UDEV bug
|
||||||
"systemd>=248.3-2"
|
"systemd>=248.3-2"
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2035802
|
||||||
|
# https://archlinuxarm.org/forum/viewtopic.php?f=15&t=15725&start=40
|
||||||
|
"zstd>=1.5.1-2.1"
|
||||||
|
|
||||||
# Avoid dhcpcd stack trace
|
# Avoid dhcpcd stack trace
|
||||||
dhclient
|
dhclient
|
||||||
netctl
|
netctl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user