aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gns3-server
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-18 12:21:15 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-18 12:21:15 +0000
commit588e57ffe8072381abcfc2beb947c0522c03ba3c (patch)
tree1c5b66eff49bd926c5d04971ad0c8cc64db90c98 /testing/gns3-server
parent2232dd10f4e3135f8c49fe073f92a9d0d07ae540 (diff)
downloadaports-588e57ffe8072381abcfc2beb947c0522c03ba3c.tar.bz2
aports-588e57ffe8072381abcfc2beb947c0522c03ba3c.tar.xz
testing/gns3-server: added further py3 dependencies
Diffstat (limited to 'testing/gns3-server')
-rw-r--r--testing/gns3-server/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gns3-server/APKBUILD b/testing/gns3-server/APKBUILD
index 7bc037dd3c..b383c97100 100644
--- a/testing/gns3-server/APKBUILD
+++ b/testing/gns3-server/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="GNS3 network simulator. Server package."
url="https://github.com/GNS3/gns3-server"
arch="all"
license="GPL3"
-depends="py3-psutil py-jinja2 python3 dynamips py3-aiohttp py3-pytest"
+depends="py3-psutil py-jinja2 python3 dynamips py3-aiohttp py3-pytest
+ py3-netifaces py3-ws4py py3-zipstream"
depends_dev=""
makedepends="$depends_dev py-setuptools python3-dev linux-headers py3-pytest"
install=""