mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
python was fixed
This commit is contained in:
parent
4144180de0
commit
5cf59a0d35
10
PKGBUILD
10
PKGBUILD
@ -38,10 +38,10 @@ url="https://github.com/pikvm/kvmd"
|
||||
license=(GPL)
|
||||
arch=(any)
|
||||
depends=(
|
||||
"python-pikvm>=3.9"
|
||||
"python-pikvm<3.10"
|
||||
"python>=3.9"
|
||||
"python<3.10"
|
||||
python-yaml
|
||||
python-aiohttp-pikvm
|
||||
python-aiohttp
|
||||
python-aiofiles
|
||||
python-passlib
|
||||
python-pyserial
|
||||
@ -77,6 +77,10 @@ depends=(
|
||||
dhclient
|
||||
netctl
|
||||
)
|
||||
conflicts=(
|
||||
python-pikvm
|
||||
python-aiohttp-pikvm
|
||||
)
|
||||
makedepends=(python-setuptools)
|
||||
source=("$url/archive/v$pkgver.tar.gz")
|
||||
md5sums=(SKIP)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user