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:40:57
Message-Id: 1609414817.36a013b43b9b691d67cb9add43f5e75c04389d03.ikelos@gentoo
1 commit: 36a013b43b9b691d67cb9add43f5e75c04389d03
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 11:40:17 2020 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 11:40:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a013b4
7
8 net-analyzer/scapy: Fix issue 751679 for 9999 ebuild too.
9
10 Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
11
12 net-analyzer/scapy/scapy-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
16 index c8c5cfe91e8..3b658780d77 100644
17 --- a/net-analyzer/scapy/scapy-9999.ebuild
18 +++ b/net-analyzer/scapy/scapy-9999.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 git-r3 readme.gentoo-r1
25
26 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"