commit: 36a013b43b9b691d67cb9add43f5e75c04389d03
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 11:40:17 2020 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 11:40:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a013b4
net-analyzer/scapy: Fix issue 751679 for 9999 ebuild too.
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
net-analyzer/scapy/scapy-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-analyzer/scapy/scapy-9999.ebuild
b/net-analyzer/scapy/scapy-9999.ebuild
index c8c5cfe91e8..3b658780d77 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"