commit: 6541235427d9938fd1da32a05a9eea723bbfb4bb Author: Mike Auty <ikelos <AT> gentoo <DOT> org> AuthorDate: Thu Dec 31 11:34:45 2020 +0000 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org> CommitDate: Thu Dec 31 11:34:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65412354
net-analyzer/scapy: Fix bug 751679 Signed-off-by: Mike Auty <ikelos <AT> gentoo.org> net-analyzer/scapy/scapy-2.4.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild index 18754dd9faa..8e4a5ba64ef 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"