mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
python3-dnsrecon: add missing python3-setuptools dependency
This commit is contained in:
parent
307c090005
commit
abdcb9e41b
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue