aboutsummaryrefslogtreecommitdiffstats
path: root/community/gns3-gui
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-10-03 09:31:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-10-03 09:31:30 +0000
commit1f232bb5a5d3e408ef8a7ff2e1e6f59da68b90c6 (patch)
tree42c4b52c50f91f4c7fc21f69d26f1798cba3368a /community/gns3-gui
parentcef97278205866a3503fb02390068db97ad7a427 (diff)
downloadaports-1f232bb5a5d3e408ef8a7ff2e1e6f59da68b90c6.tar.bz2
aports-1f232bb5a5d3e408ef8a7ff2e1e6f59da68b90c6.tar.xz
community/gns3-gui: fix missing dependency (not explicit in requirements.txt)
Diffstat (limited to 'community/gns3-gui')
-rw-r--r--community/gns3-gui/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gns3-gui/APKBUILD b/community/gns3-gui/APKBUILD
index 375e6d6189..a95d5f790e 100644
--- a/community/gns3-gui/APKBUILD
+++ b/community/gns3-gui/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gns3-gui
pkgver=2.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="GNS3 network simulator. Graphical user interface package."
url="https://github.com/GNS3/gns3-gui"
arch="noarch"
license="GPL-3.0"
-depends="python3 py3-psutil py3-jsonschema-gns3 py3-raven"
+depends="python3 py3-psutil py3-jsonschema-gns3 py3-raven
+py3-qt5 qt5-qtsvg py3-sip"
makedepends="python3-dev py-setuptools"
subpackages="$pkgname-doc"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz"