commit:     c5ab908b9212c1c83b6173f8c77e69b1ad76b7bd
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 05:18:39 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 05:21:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ab908b

dev-util/diff-cover: fix broken dependency without PYTHON_USEDEP

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 .../{diff-cover-6.5.0-r1.ebuild => diff-cover-6.5.0-r2.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild 
b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
similarity index 94%
rename from dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
rename to dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
index 5c7bd35e0309..c7342ba66d61 100644
--- a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
+++ b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
        >=dev-python/jinja2-2.7.1[${PYTHON_USEDEP}]
        >=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}]
        >=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
-       >=dev-python/tomli-1.2.1
+       >=dev-python/tomli-1.2.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
        test? (

Reply via email to