summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-03 16:17:02 -0500
committerMichał Górny <mgorny@gentoo.org>2023-12-05 05:20:37 +0100
commitecdf33d9725b103f0f66b7f5fcdc9f49f71a4d9e (patch)
tree9e3ce206167d1272a7a0207059a69e02c5e234f9 /app-text/sigil
parentdev-python/QtPy: drop outdated test dependency on mock (diff)
downloadgentoo-ecdf33d9725b103f0f66b7f5fcdc9f49f71a4d9e.tar.gz
gentoo-ecdf33d9725b103f0f66b7f5fcdc9f49f71a4d9e.tar.bz2
gentoo-ecdf33d9725b103f0f66b7f5fcdc9f49f71a4d9e.zip
app-text/sigil: remove erroneous dependency on six
Never used at runtime, but recursively used by some other dependencies. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/sigil')
-rw-r--r--app-text/sigil/sigil-2.0.2-r1.ebuild (renamed from app-text/sigil/sigil-2.0.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/sigil/sigil-2.0.2.ebuild b/app-text/sigil/sigil-2.0.2-r1.ebuild
index 78c33d1a1f78..39e36e764040 100644
--- a/app-text/sigil/sigil-2.0.2.ebuild
+++ b/app-text/sigil/sigil-2.0.2-r1.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
dev-python/css-parser[${PYTHON_USEDEP}]
dev-python/dulwich[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]')
+ ')
plugins? ( $(python_gen_cond_dep '
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/cssselect[${PYTHON_USEDEP}]