diff options
Diffstat (limited to 'testing/gns3-server')
-rw-r--r-- | testing/gns3-server/APKBUILD | 3 |
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="" |