summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-12-31 01:19:43 +0300
committerMaxim Devaev <[email protected]>2021-12-31 01:20:20 +0300
commit12bed58e6b6c80e9348f0c99320db4bb4f1a1faa (patch)
tree599a980f9e3a24a8ae1372c25651e1a4c41bbfbb
parentf609e857b14986bd8106685a60ae41ab2d1f8657 (diff)
using python 3.10 for pkg
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03b81d43..6d49ccdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ url="https://github.com/pikvm/kvmd"
license=(GPL)
arch=(any)
depends=(
- "python>=3.9.5-2"
+ "python>=3.10.1-2"
"python<3.10"
python-yaml
"python-aiohttp>=3.7.4.post0-1.1"