diff options
author | Mike Auty <ikelos@gentoo.org> | 2020-12-31 11:40:17 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2020-12-31 11:40:17 +0000 |
commit | 36a013b43b9b691d67cb9add43f5e75c04389d03 (patch) | |
tree | 8c1793dd1e7abf79ee1e46e51fa096ca4aaeebbb /net-analyzer/scapy | |
parent | net-analyzer/scapy: Fix bug 751679 (diff) | |
download | gentoo-36a013b43b9b691d67cb9add43f5e75c04389d03.tar.gz gentoo-36a013b43b9b691d67cb9add43f5e75c04389d03.tar.bz2 gentoo-36a013b43b9b691d67cb9add43f5e75c04389d03.zip |
net-analyzer/scapy: Fix issue 751679 for 9999 ebuild too.
Signed-off-by: Mike Auty <ikelos@gentoo.org>
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index c8c5cfe91e84..3b658780d774 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" |