From 09577893a542da0f81d3fefeb1b25bdae6dfebbd Mon Sep 17 00:00:00 2001 From: m3tav3rse Date: Thu, 16 Mar 2023 15:37:50 +0100 Subject: [PATCH] python3-dnsrecon: add missing python3-setuptools dependency --- srcpkgs/python3-dnsrecon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template index e93e50b6a6b5..32979df704f7 100644 --- a/srcpkgs/python3-dnsrecon/template +++ b/srcpkgs/python3-dnsrecon/template @@ -1,10 +1,10 @@ # Template file for 'python3-dnsrecon' pkgname=python3-dnsrecon version=1.1.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8" +depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8 python3-setuptools" checkdepends="${depends} python3-pytest" short_desc="DNS enumeration script" maintainer="Jason Manley "