From 5cf59a0d35e89dcca131e41eabf58424cffb7121 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 15 Apr 2021 17:26:18 +0300 Subject: [PATCH] python was fixed --- PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 28f6fe65..aaf1bdd4 100644 --- a/PKGBUILD +++ b/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)