mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
nmap: rebuild for Python 3.12
This commit is contained in:
parent
5d10433369
commit
ca6fd1c7bb
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'nmap'
|
# Template file for 'nmap'
|
||||||
pkgname=nmap
|
pkgname=nmap
|
||||||
version=7.94
|
version=7.94
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="libpcap-devel openssl-devel libssh2-devel pcre-devel
|
makedepends="libpcap-devel openssl-devel libssh2-devel pcre-devel
|
||||||
$(vopt_if lua lua53-devel)"
|
$(vopt_if lua lua53-devel)"
|
||||||
short_desc="Utility for network discovery and security auditing"
|
short_desc="Utility for network discovery and security auditing"
|
||||||
|
|
Loading…
Add table
Reference in a new issue