diff options
-rw-r--r-- | testing/gns3-converter/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gns3-converter/APKBUILD b/testing/gns3-converter/APKBUILD index 8227b69035..2a8b66f2c4 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=1 +pkgrel=2 pkgdesc="GNS3 topology converter." url="https://github.com/dlintott/gns3-converter" arch="noarch" license="GPL3" -depends="py3-cx_freeze py3-configobj python3" +depends="py3-cx_freeze py3-six py3-configobj python3" depends_dev="" makedepends="$depends_dev py-setuptools" install="" |