commit: 28c882988732d4f64eb935528e78046c12a8a8a5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 05:55:04 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 05:56:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c88298
net-analyzer/scapy: depend on libpcap for tests Bug: https://bugs.gentoo.org/953700 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/scapy/scapy-2.5.0.ebuild | 1 + net-analyzer/scapy/scapy-2.6.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild index 03b6dd459ae8..3d5ed9897729 100644 --- a/net-analyzer/scapy/scapy-2.5.0.ebuild +++ b/net-analyzer/scapy/scapy-2.5.0.ebuild @@ -23,6 +23,7 @@ BDEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/zstandard[${PYTHON_USEDEP}] + net-libs/libpcap ) " diff --git a/net-analyzer/scapy/scapy-2.6.1.ebuild b/net-analyzer/scapy/scapy-2.6.1.ebuild index 687ae2c8f8c6..d26405bcaa2e 100644 --- a/net-analyzer/scapy/scapy-2.6.1.ebuild +++ b/net-analyzer/scapy/scapy-2.6.1.ebuild @@ -21,6 +21,7 @@ BDEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/zstandard[${PYTHON_USEDEP}] + net-libs/libpcap ) "