diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 09:22:13 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 09:22:13 +0000 |
commit | 50b2f877f2398052774eae166ca402ab9f11072e (patch) | |
tree | 063ef80e762a9ccb4a764738017911d8d7f8f243 /testing/gns3-server | |
parent | 1a22f09af5b35c7ac72687bb499f43be1038dcf6 (diff) | |
download | aports-50b2f877f2398052774eae166ca402ab9f11072e.tar.bz2 aports-50b2f877f2398052774eae166ca402ab9f11072e.tar.xz |
testing/gns3-server: update the depends with py3 renamed package
Diffstat (limited to 'testing/gns3-server')
-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="" |