mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
nmap: add build depedency on python-setuptools (fixes #27833)
python-setuptools no longer comes by default with the python package, so we must depend on it explicitly Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
036868c669
commit
6b87dad19f
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2017 OpenWrt.org
|
# Copyright (C) 2006-2025 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -26,6 +26,7 @@ PKG_LICENSE_FILES:=LICENSE
|
|||||||
PKG_CPE_ID:=cpe:/a:nmap:nmap
|
PKG_CPE_ID:=cpe:/a:nmap:nmap
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
PKG_BUILD_DEPENDS:=python-setuptools/host
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PYTHON3_PKG_BUILD:=0
|
PYTHON3_PKG_BUILD:=0
|
||||||
PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1
|
PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1
|
||||||
|
|||||||
Reference in New Issue
Block a user