aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gns3-converter
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-18 14:22:54 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-18 14:22:54 +0000
commit71f7d0c170856f5877d46e02c79c4b5f3efd4338 (patch)
treed6689f617556a2aa91474e7447125f7beee906fd /testing/gns3-converter
parent87291104d2f66dbacaaa788ceb6b2106b9b551c0 (diff)
downloadaports-71f7d0c170856f5877d46e02c79c4b5f3efd4338.tar.bz2
aports-71f7d0c170856f5877d46e02c79c4b5f3efd4338.tar.xz
testing/gns3-converter: added correct py3 dependency
Diffstat (limited to 'testing/gns3-converter')
-rw-r--r--testing/gns3-converter/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gns3-converter/APKBUILD b/testing/gns3-converter/APKBUILD
index 8c236f21bc..8227b69035 100644
--- a/testing/gns3-converter/APKBUILD
+++ b/testing/gns3-converter/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gns3-converter
pkgver=1.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="GNS3 topology converter."
url="https://github.com/dlintott/gns3-converter"
arch="noarch"
license="GPL3"
-depends="py-cx_freeze py-configobj python3"
+depends="py3-cx_freeze py3-configobj python3"
depends_dev=""
makedepends="$depends_dev py-setuptools"
install=""