summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-12-31 14:51:36 +0300
committerMaxim Devaev <[email protected]>2021-12-31 14:51:36 +0300
commit015086b06899cb2e1824536fa02f628310fb9086 (patch)
tree6509c864eb8b4970ece9c4a3acabe25035758c3a /PKGBUILD
parent77efe921113090dfa538bd0d21ab408a2a6aa2c8 (diff)
fixed deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 261eb666..1b8e630c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,8 +41,8 @@ url="https://github.com/pikvm/kvmd"
license=(GPL)
arch=(any)
depends=(
- "python>=3.10.1-2"
- "python<3.10"
+ "python>=3.10"
+ "python<3.11"
python-yaml
"python-aiohttp>=3.7.4.post0-1.1"
python-aiofiles
@@ -82,6 +82,10 @@ depends=(
# Systemd UDEV bug
"systemd>=248.3-2"
+ # https://bugzilla.redhat.com/show_bug.cgi?id=2035802
+ # https://archlinuxarm.org/forum/viewtopic.php?f=15&t=15725&start=40
+ "zstd>=1.5.1-2.1"
+
# Avoid dhcpcd stack trace
dhclient
netctl