From 33e8317bd08f2a9f48980cad9884155d7045e349 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Nov 2019 21:58:31 +0000 Subject: [PATCH] testing/py3-nmap: rebuild against python 3.8 --- testing/py3-nmap/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-nmap/APKBUILD b/testing/py3-nmap/APKBUILD index 60a7aa9447f..04a3ee2d1b8 100644 --- a/testing/py3-nmap/APKBUILD +++ b/testing/py3-nmap/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-nmap _pkgname=nmap pkgver=0.6.1 -pkgrel=3 +pkgrel=4 pkgdesc="Python3 class to use nmap and access scan results" options="!check" # Some tests fail due to missing file url="http://xael.org/pages/python-nmap-en.html"