python3-dnsrecon: add missing python3-setuptools dependency
This commit is contained in:
@@ -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 <jason@jasondavid.tv>"
|
||||
|
||||
Reference in New Issue
Block a user