aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gns3-server/APKBUILD19
1 files changed, 12 insertions, 7 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD
index 2f7e89bd218..a1fee23dc1c 100644
--- a/community/gns3-server/APKBUILD
+++ b/community/gns3-server/APKBUILD
@@ -8,13 +8,18 @@ url="https://github.com/GNS3/gns3-server"
arch="all !mips !mips64" # blocked by py3-py-cpuinfo
license="GPL-3.0-or-later"
depends="busybox dynamips python3
- py3-aiohttp-gns3 py3-aiohttp-cors-gns3
- py3-async-timeout-gns3 py3-jsonschema-gns3
- py3-pytest py3-raven
- py3-psutil-gns3 py3-jinja2
- py3-async_generator py3-aiofiles-gns3
- py3-distro py3-py-cpuinfo-gns3 py3-sentry-sdk
- "
+ py3-jsonschema-gns3
+ py3-aiohttp-gns3
+ py3-aiohttp-cors-gns3
+ py3-aiofiles-gns3
+ py3-jinja2
+ py3-sentry-sdk
+ py3-psutil-gns3
+ py3-async-timeout-gns3
+ py3-distro
+ py3-py-cpuinfo-gns3
+ py3-setuptools"
+
makedepends="busybox-static py3-setuptools python3-dev linux-headers"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/gns3-server/archive/v$pkgver.tar.gz