diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-02 21:12:11 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-02 21:15:27 +0200 |
commit | 1ee7db3586808b9b7df294a7a0cf50ccbccdf323 (patch) | |
tree | e8b06c1831a530ee3ef6f9365be92c73d4b0d40b /net-analyzer | |
parent | net-analyzer/scapy: Depend on net-libs/libpcap (diff) | |
download | gentoo-1ee7db3586808b9b7df294a7a0cf50ccbccdf323.tar.gz gentoo-1ee7db3586808b9b7df294a7a0cf50ccbccdf323.tar.bz2 gentoo-1ee7db3586808b9b7df294a7a0cf50ccbccdf323.zip |
net-analyzer/scapy: Drop RDEPEND altogether
This reverts commit a0db5374facd3f05682a52550d240eb6443ee59e.
The documentation says libpcap should only be needed when it is used
directly, so there is no need for a hard dependency. Add it to the
documentation instead. Similarly a hard dependency on tcpdump should not
be required to use scapy.
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/scapy/scapy-2.4.4.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild index ffc07d0630c3..503c24d45f18 100644 --- a/net-analyzer/scapy/scapy-2.4.4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.4.ebuild @@ -12,10 +12,6 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=" - net-analyzer/tcpdump - net-libs/libpcap -" DOC_CONTENTS=" Scapy has optional support for the following packages: @@ -24,7 +20,9 @@ Scapy has optional support for the following packages: dev-python/matplotlib dev-python/pyx media-gfx/graphviz + net-analyzer/tcpdump net-analyzer/tcpreplay + net-libs/libpcap virtual/imagemagick-tools See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst"" diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index 14629630479a..a7ccbd8a5d2d 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -12,10 +12,6 @@ EGIT_REPO_URI="https://github.com/secdev/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -RDEPEND=" - net-analyzer/tcpdump - net-libs/libpcap -" S=${WORKDIR}/${P/_/} DOC_CONTENTS=" Scapy has optional support for the following packages: @@ -25,7 +21,9 @@ Scapy has optional support for the following packages: dev-python/matplotlib dev-python/pyx media-gfx/graphviz + net-analyzer/tcpdump net-analyzer/tcpreplay + net-libs/libpcap virtual/imagemagick-tools See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst"" |