summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2019-10-08 23:31:26 +0200
committerStephan Springer2019-10-08 23:31:26 +0200
commita7096e2aba2f1637bf4069a114b74d0c15944a37 (patch)
tree8be05506a0829b77022a6c97684b5fdd8fe04c01 /PKGBUILD
parent18ac42c12d628606c7e7a4cd3275ee0d458fbdec (diff)
downloadaur-a7096e2aba2f1637bf4069a114b74d0c15944a37.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e34e9e493079..8934bbf500eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gns3-server
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc='GNS3 network simulator, Server package'
arch=('x86_64')
url='https://github.com/GNS3/gns3-server'
@@ -12,6 +12,7 @@ license=('GPL3')
groups=('gns3')
makedepends=('python-setuptools')
depends=('python-jsonschema26' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3'
+ 'python-async_generator' 'python-aiofiles'
'python-yarl-gns3' 'python-jinja' 'python-raven' 'python-psutil'
'python-zipstream-gns3' 'python-prompt_toolkit-gns3' 'python-async-timeout-gns3'
'busybox')