mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
python was fixed
This commit is contained in:
10
PKGBUILD
10
PKGBUILD
@@ -38,10 +38,10 @@ url="https://github.com/pikvm/kvmd"
|
|||||||
license=(GPL)
|
license=(GPL)
|
||||||
arch=(any)
|
arch=(any)
|
||||||
depends=(
|
depends=(
|
||||||
"python-pikvm>=3.9"
|
"python>=3.9"
|
||||||
"python-pikvm<3.10"
|
"python<3.10"
|
||||||
python-yaml
|
python-yaml
|
||||||
python-aiohttp-pikvm
|
python-aiohttp
|
||||||
python-aiofiles
|
python-aiofiles
|
||||||
python-passlib
|
python-passlib
|
||||||
python-pyserial
|
python-pyserial
|
||||||
@@ -77,6 +77,10 @@ depends=(
|
|||||||
dhclient
|
dhclient
|
||||||
netctl
|
netctl
|
||||||
)
|
)
|
||||||
|
conflicts=(
|
||||||
|
python-pikvm
|
||||||
|
python-aiohttp-pikvm
|
||||||
|
)
|
||||||
makedepends=(python-setuptools)
|
makedepends=(python-setuptools)
|
||||||
source=("$url/archive/v$pkgver.tar.gz")
|
source=("$url/archive/v$pkgver.tar.gz")
|
||||||
md5sums=(SKIP)
|
md5sums=(SKIP)
|
||||||
|
|||||||
Reference in New Issue
Block a user