diff options
Diffstat (limited to 'community/gns3-server/APKBUILD')
-rw-r--r-- | community/gns3-server/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD index c194cc26a7..768a16d240 100644 --- a/community/gns3-server/APKBUILD +++ b/community/gns3-server/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gns3-server pkgver=2.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="GNS3 network simulator. Server package." url="https://github.com/GNS3/gns3-server" arch="all" @@ -11,7 +11,7 @@ depends="busybox dynamips python3 py3-aiohttp-gns3 py3-aiohttp-cors-gns3 py3-async-timeout-gns3 py3-jsonschema-gns3 py3-pytest py3-raven - py3-psutil py3-jinja2 + py3-psutil-gns3 py3-jinja2 py3-async_generator py3-aiofiles py3-distro" makedepends="busybox-static py-setuptools python3-dev linux-headers" |