From 182f19f84548c63fcfcf54df78638de90b272d00 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 15 Apr 2021 17:32:49 +0300 Subject: [PATCH] fixed deps --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 605381ce..30aee660 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -38,10 +38,10 @@ url="https://github.com/pikvm/kvmd" license=(GPL) arch=(any) depends=( - "python>=3.9" + "python>=3.9.3-1.1" "python<3.10" python-yaml - python-aiohttp + "python-aiohttp>=3.7.4.post0-1.1" python-aiofiles python-passlib python-pyserial