diff options
Diffstat (limited to 'community/gns3-server/APKBUILD')
-rw-r--r-- | community/gns3-server/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD index 006de6e052..6ec903a8e8 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.0 -pkgrel=0 +pkgrel=1 pkgdesc="GNS3 network simulator. Server package." url="https://github.com/GNS3/gns3-server" arch="all" @@ -11,7 +11,8 @@ depends="busybox dynamips python3 py3-psutil py3-jinja2 py3-aiohttp-gns3 py3-aiohttp-cors-gns3 py3-pytest py3-raven py3-jsonschema-gns3 - py3-async_generator py3-aiofiles" + py3-async_generator py3-aiofiles + py3-distro" makedepends="busybox-static py-setuptools python3-dev linux-headers" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz" |