aboutsummaryrefslogtreecommitdiffstats
path: root/community/ospd-nmap
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-15 14:12:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:43 +0000
commit723b4dc801eb524fed92db22915ded9bcb23a55d (patch)
tree1057b9f0b583ff74875ffc303cf836ed53890d0f /community/ospd-nmap
parente70b2e07e679687446291eaf5963c204ba819ff9 (diff)
downloadaports-723b4dc801eb524fed92db22915ded9bcb23a55d.tar.bz2
aports-723b4dc801eb524fed92db22915ded9bcb23a55d.tar.xz
community/ospd-nmap: rebuild against python 3.7
Diffstat (limited to 'community/ospd-nmap')
-rw-r--r--community/ospd-nmap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ospd-nmap/APKBUILD b/community/ospd-nmap/APKBUILD
index ede22bc7fe..37eedb351f 100644
--- a/community/ospd-nmap/APKBUILD
+++ b/community/ospd-nmap/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ospd-nmap
pkgver=1.0b1
-pkgrel=3
+pkgrel=4
_pkgid=2218
pkgdesc="OSP server implementation to allow OpenVAS to remotel control nmap port scanner"
url="http://www.openvas.org/"
arch="noarch"
license="GPL"
depends="python3"
-makedepends="cmake python3-dev"
+makedepends="cmake python3-dev py3-setuptools"
source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver