Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Thu, 31 Dec 2020 11:36:09
Message-Id: 1609414485.6541235427d9938fd1da32a05a9eea723bbfb4bb.ikelos@gentoo
1 commit: 6541235427d9938fd1da32a05a9eea723bbfb4bb
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 11:34:45 2020 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 11:34:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65412354
7
8 net-analyzer/scapy: Fix bug 751679
9
10 Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
11
12 net-analyzer/scapy/scapy-2.4.4.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
16 index 18754dd9faa..8e4a5ba64ef 100644
17 --- a/net-analyzer/scapy/scapy-2.4.4.ebuild
18 +++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
19 @@ -3,6 +3,7 @@
20
21 EAPI=7
22 PYTHON_COMPAT=( python3_{6,7,8,9} )
23 +DISTUTILS_USE_SETUPTOOLS=rdepend
24 inherit distutils-r1 readme.gentoo-r1
25
26 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"