diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 12:25:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 12:25:30 +0000 |
commit | 3f23c94e83ae802ab5df13a33411ab83c4f0ad60 (patch) | |
tree | 3587f928cab2f9eac58cda301eeac62c4c4c5ad6 /testing/gns3-server | |
parent | 9a40ffdbe96cf9a5454a9673f9a8f928e50b2547 (diff) | |
download | aports-3f23c94e83ae802ab5df13a33411ab83c4f0ad60.tar.bz2 aports-3f23c94e83ae802ab5df13a33411ab83c4f0ad60.tar.xz |
testing/gns3-server: added py3-raven dependency
Diffstat (limited to 'testing/gns3-server')
-rw-r--r-- | testing/gns3-server/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gns3-server/APKBUILD b/testing/gns3-server/APKBUILD index b383c97100..4c9eed5636 100644 --- a/testing/gns3-server/APKBUILD +++ b/testing/gns3-server/APKBUILD @@ -8,7 +8,7 @@ url="https://github.com/GNS3/gns3-server" arch="all" license="GPL3" depends="py3-psutil py-jinja2 python3 dynamips py3-aiohttp py3-pytest - py3-netifaces py3-ws4py py3-zipstream" + py3-netifaces py3-ws4py py3-zipstream py3-raven" depends_dev="" makedepends="$depends_dev py-setuptools python3-dev linux-headers py3-pytest" install="" |