summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-11-14 23:54:19 +0300
committerDevaev Maxim <[email protected]>2019-11-14 23:54:19 +0300
commit97678bba80923ae80f2ed0794e7b77b1a08c2d59 (patch)
tree187836a8c76f0bf33fe046a3fa7661e9bf392d50 /PKGBUILD
parent3271f2d46fd08617ec9418ab9227084762e685e0 (diff)
python == 3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2306e51c..01cf2391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ url="https://github.com/pikvm/kvmd"
license=(GPL)
arch=(any)
depends=(
- "python>=3.7"
- "python<3.8"
+ "python>=3.8"
+ "python<3.9"
python-yaml
python-aiohttp
python-aiofiles