Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/exabgp/
Date: Tue, 28 Jun 2022 18:29:54
Message-Id: 1656440981.17b5d7b93719cbf7778af26097557796ec2ce007.chutzpah@gentoo
1 commit: 17b5d7b93719cbf7778af26097557796ec2ce007
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 18:29:41 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 18:29:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b5d7b9
7
8 net-misc/exabgp: Drop nose dep in 4.2.20
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 net-misc/exabgp/exabgp-4.2.20.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/net-misc/exabgp/exabgp-4.2.20.ebuild b/net-misc/exabgp/exabgp-4.2.20.ebuild
16 index c6fbf314f463..2bd1bad24a9e 100644
17 --- a/net-misc/exabgp/exabgp-4.2.20.ebuild
18 +++ b/net-misc/exabgp/exabgp-4.2.20.ebuild
19 @@ -24,7 +24,6 @@ RDEPEND="
20 BDEPEND="
21 test? (
22 dev-python/psutil[${PYTHON_USEDEP}]
23 - dev-python/nose[${PYTHON_USEDEP}]
24 dev-python/six[${PYTHON_USEDEP}]
25 )
26 "