mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
scapy: fix build by including pip requirements
Add missing packages needed for the build Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -18,6 +18,7 @@ PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_CPE_ID:=cpe:/a:scapy:scapy
|
||||
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=./host-pip-requirements.txt
|
||||
|
||||
include ../../lang/python/pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
4
net/scapy/host-pip-requirements.txt
Normal file
4
net/scapy/host-pip-requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
packaging==25.0 --hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484
|
||||
pyproject_hooks==1.2.0 --hash=sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913
|
||||
build==1.2.2.post1 --hash=sha256:1d61c0887fa860c01971625baae8bdd338e517b836a2f70dd1f7aa3a6b2fc5b5
|
||||
installer==0.7.0 --hash=sha256:05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53
|
||||
Reference in New Issue
Block a user