commit:     e22bd715aa3e6d75ab7de82867e53417167e933b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 12:22:48 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 12:24:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22bd715

dev-python/genshi: dev-python/six is a RDEPEND

Closes: https://bugs.gentoo.org/925132
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/genshi/genshi-0.7.7.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/genshi/genshi-0.7.7.ebuild 
b/dev-python/genshi/genshi-0.7.7.ebuild
index 898aad7839e3..09f46de23198 100644
--- a/dev-python/genshi/genshi-0.7.7.ebuild
+++ b/dev-python/genshi/genshi-0.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,9 +20,12 @@ KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 
+RDEPEND="
+       dev-python/six[${PYTHON_USEDEP}]
+"
 BDEPEND="
        test? (
-               dev-python/six[${PYTHON_USEDEP}]
+               ${RDEPEND}
        )
 "
 

Reply via email to