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/jellyfish/
Date: Thu, 19 May 2022 12:34:56
Message-Id: 1652963519.d498a8bea0be380d95f3a56dc3e0d656d9097a87.mgorny@gentoo
1 commit: d498a8bea0be380d95f3a56dc3e0d656d9097a87
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 12:31:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 12:31:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d498a8be
7
8 dev-python/jellyfish: Remove obsolete dep on unicodecsv
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild b/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild
16 index 96c83af25bc8..c97794c0e220 100644
17 --- a/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild
18 +++ b/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild
19 @@ -16,12 +16,6 @@ LICENSE="BSD-2"
20 SLOT="0"
21 KEYWORDS="amd64 ~riscv x86"
22
23 -BDEPEND="
24 - test? (
25 - dev-python/unicodecsv[${PYTHON_USEDEP}]
26 - )
27 -"
28 -
29 distutils_enable_tests pytest
30
31 src_test() {