summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-10-15 19:40:40 +0300
committerDevaev Maxim <[email protected]>2019-10-15 19:40:40 +0300
commit7edf264220dc958b606b08c40964d189082fad63 (patch)
tree467c5d661b334d5f4ad7310fef24fea036fd991e
parent7b4818ed1502271137b6860511f11b4f415d8230 (diff)
python-3.7
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3b87bf5..d0a97c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,8 @@ url="https://github.com/pikvm/kvmd"
license=(GPL)
arch=(any)
depends=(
- python
+ "python>=3.7"
+ "python<3.8"
python-yaml
python-aiohttp
python-aiofiles