aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-05-29 12:44:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-29 12:44:42 +0000
commitf6f81ef37ee42f7aef3df5cbfa882d86d26000a6 (patch)
treee5bbf1e5ddb73e5fd652294dddeb536d8aa2d357
parent5d1d559692c085db8ef96eb14a2a3c8f8c6469c8 (diff)
downloadaports-f6f81ef37ee42f7aef3df5cbfa882d86d26000a6.tar.bz2
aports-f6f81ef37ee42f7aef3df5cbfa882d86d26000a6.tar.xz
community/gns3-server: some dependencies are still hardcoded in requirements.txt
Because of this i had to put back the packages with -gns3 extensions
-rw-r--r--community/gns3-server/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD
index 1c639d7bd2..b4b72a8d08 100644
--- a/community/gns3-server/APKBUILD
+++ b/community/gns3-server/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gns3-server
pkgver=2.1.20
-pkgrel=0
+pkgrel=1
pkgdesc="GNS3 network simulator. Server package."
url="https://github.com/GNS3/gns3-server"
arch="all"
license="GPL-3.0-or-later"
-depends="busybox dynamips python3 py3-psutil py3-jinja2 py3-aiohttp
- py3-aiohttp-cors py3-pytest py3-netifaces py3-ws4py py3-zipstream
- py3-raven py3-jsonschema py3-yarl py3-multidict py3-typing py3-async-timeout"
+depends="busybox dynamips python3 py3-psutil py3-jinja2 py3-aiohttp-gns3
+ py3-aiohttp-cors-gns3 py3-pytest py3-netifaces py3-ws4py py3-zipstream
+ py3-raven py3-jsonschema py3-yarl py3-multidict py3-typing py3-prompt_toolkit-gns3"
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"