aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-11 11:14:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-11 11:14:40 -0300
commitf5199e7db756c51214a3b641781cc223f1176be4 (patch)
treeb8268cb2c9db5992d086f10fce139c08de5bafe7
parentf6cbbe092c52b94748ef1f715518e73e4e198079 (diff)
downloadaports-f5199e7db756c51214a3b641781cc223f1176be4.tar.bz2
aports-f5199e7db756c51214a3b641781cc223f1176be4.tar.xz
community/gns3-server: depend on py3-setuptools explicitly
-rw-r--r--community/gns3-server/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD
index 88fc43e237..83404fe7a4 100644
--- a/community/gns3-server/APKBUILD
+++ b/community/gns3-server/APKBUILD
@@ -13,8 +13,9 @@ depends="busybox dynamips python3
py3-pytest py3-raven
py3-psutil-gns3 py3-jinja2
py3-async_generator py3-aiofiles
- py3-distro"
-makedepends="busybox-static py-setuptools python3-dev linux-headers"
+ py3-distro
+ "
+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
requirements.patch"