diff options
author | Mike Auty <ikelos@gentoo.org> | 2020-12-31 11:34:45 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2020-12-31 11:34:45 +0000 |
commit | 6541235427d9938fd1da32a05a9eea723bbfb4bb (patch) | |
tree | 0f0ac7cb35029afaea29b0dd2b76908a49d217cd /net-analyzer/scapy | |
parent | media-libs/dumb: stable 2.0.3 for sparc, bug #762496 (diff) | |
download | gentoo-6541235427d9938fd1da32a05a9eea723bbfb4bb.tar.gz gentoo-6541235427d9938fd1da32a05a9eea723bbfb4bb.tar.bz2 gentoo-6541235427d9938fd1da32a05a9eea723bbfb4bb.zip |
net-analyzer/scapy: Fix bug 751679
Signed-off-by: Mike Auty <ikelos@gentoo.org>
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r-- | net-analyzer/scapy/scapy-2.4.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild index 18754dd9faa2..8e4a5ba64ef0 100644 --- a/net-analyzer/scapy/scapy-2.4.4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.4.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" |