summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 14:31:59 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 14:31:59 +0200
commitd498a8bea0be380d95f3a56dc3e0d656d9097a87 (patch)
tree8bc2f97f3dbda6a3f5eb9b641625052ec61c788b /dev-python/jellyfish
parentdev-python/tqdm: Enable py3.11 (diff)
downloadgentoo-d498a8bea0be380d95f3a56dc3e0d656d9097a87.tar.gz
gentoo-d498a8bea0be380d95f3a56dc3e0d656d9097a87.tar.bz2
gentoo-d498a8bea0be380d95f3a56dc3e0d656d9097a87.zip
dev-python/jellyfish: Remove obsolete dep on unicodecsv
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jellyfish')
-rw-r--r--dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild b/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild
index 96c83af25bc8..c97794c0e220 100644
--- a/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild
+++ b/dev-python/jellyfish/jellyfish-0.9.0-r1.ebuild
@@ -16,12 +16,6 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
-BDEPEND="
- test? (
- dev-python/unicodecsv[${PYTHON_USEDEP}]
- )
-"
-
distutils_enable_tests pytest
src_test() {