Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trio/
Date: Thu, 07 Apr 2022 08:45:17
Message-Id: 1649321104.46217e9ee59f308b64864b2269c6213708975736.mgorny@gentoo
1 commit: 46217e9ee59f308b64864b2269c6213708975736
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 08:21:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 08:45:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46217e9e
7
8 dev-python/trio: Remove optional test dep on dev-python/ipython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/trio/trio-0.20.0.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/trio/trio-0.20.0.ebuild b/dev-python/trio/trio-0.20.0.ebuild
16 index de63f002d01d..07ef1e108cee 100644
17 --- a/dev-python/trio/trio-0.20.0.ebuild
18 +++ b/dev-python/trio/trio-0.20.0.ebuild
19 @@ -31,7 +31,6 @@ BDEPEND="
20 test? (
21 >=dev-python/astor-0.8.0[${PYTHON_USEDEP}]
22 >=dev-python/immutables-0.6[${PYTHON_USEDEP}]
23 - dev-python/ipython[${PYTHON_USEDEP}]
24 )
25 "