commit:     ecdf33d9725b103f0f66b7f5fcdc9f49f71a4d9e
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Dec  3 21:17:02 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 04:20:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdf33d9

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 <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/sigil/{sigil-2.0.2.ebuild => sigil-2.0.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/sigil/sigil-2.0.2.ebuild 
b/app-text/sigil/sigil-2.0.2-r1.ebuild
similarity index 98%
rename from app-text/sigil/sigil-2.0.2.ebuild
rename to 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}]

Reply via email to