diff options
-rw-r--r-- | testing/gns3-server/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gns3-server/APKBUILD b/testing/gns3-server/APKBUILD index 99c9da2d27..6f36aa89a2 100644 --- a/testing/gns3-server/APKBUILD +++ b/testing/gns3-server/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gns3-server pkgver=1.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNS3 network simulator. Server package." url="https://github.com/GNS3/gns3-server" arch="all" license="GPL3" -depends="py-psutil py-jinja2 python3 dynamips py-aiohttp pytest" +depends="py3-psutil py-jinja2 python3 dynamips py3-aiohttp pytest" depends_dev="" makedepends="$depends_dev py-setuptools python3-dev linux-headers pytest" install="" |