diff options
Diffstat (limited to 'community/gvm-tools')
-rw-r--r-- | community/gvm-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gvm-tools/APKBUILD b/community/gvm-tools/APKBUILD index 9c19a41a4c..79d0555b26 100644 --- a/community/gvm-tools/APKBUILD +++ b/community/gvm-tools/APKBUILD @@ -8,7 +8,7 @@ url="https://github.com/greenbone/gvm-tools" arch="noarch" license="GPL" depends="python3 py3-dialog py3-defusedxml py3-paramiko py3-lxml" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |