summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-04-14 11:08:40 +0300
committerDevaev Maxim <[email protected]>2021-04-14 11:08:40 +0300
commite12f8591f76174e26490417bb28639fb4877e075 (patch)
tree48ec60d6a86b4499be745a9c144648099b22d7b8 /PKGBUILD
parentaa2d3b6cc16b33167d79bf74f72c71b857d8ccda (diff)
python 3.9.3 is broken
https://docs.python.org/release/3.9.4/whatsnew/changelog.html#changelog
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5640c4b0..75dd12ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,8 +38,8 @@ url="https://github.com/pikvm/kvmd"
license=(GPL)
arch=(any)
depends=(
- "python>=3.9"
- "python<3.10"
+ "python-pikvm>=3.9"
+ "python-pikvm<3.10"
python-yaml
python-aiohttp
python-aiofiles