summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2021-02-22 12:17:44 +0100
committerJake2021-02-22 12:17:44 +0100
commit39d288896da97c356863a1ff5c813afa16726569 (patch)
tree0af8f2cbabd07a440a6cdc15611221daac4174de /PKGBUILD
parentbd7f23c7eff6e096e3cbdbde379e14b07315886e (diff)
downloadaur-39d288896da97c356863a1ff5c813afa16726569.tar.gz
Add missing deps for 5.1.0
needed for the home command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index affae0400600..05d7992cf6ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=platformio
pkgver=5.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="https://github.com/platformio/platformio-core/"
@@ -23,7 +23,13 @@ depends=('python-setuptools'
'python-semantic-version'
'python-tabulate'
'python-pyelftools'
- 'python-marshmallow')
+ 'python-marshmallow'
+ # "pio home" requirements:
+ 'python-aiofiles'
+ 'python-json-rpc'
+ 'python-starlette'
+ 'python-wsproto'
+ 'uvicorn')
optdepends=('python-click-completion: for shell completions'
'python-shellingham: for shell completions')
conflicts=('platformio-git')