commit:     73845677043c6b8c37d1d7a2f328fb61214aa274
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 10:11:41 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 10:24:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73845677

dev-python/reno: Add dev-python/fixtures test dep

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

 dev-python/reno/reno-4.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/reno/reno-4.0.0.ebuild 
b/dev-python/reno/reno-4.0.0.ebuild
index 840133a24fa2..3ee68de57553 100644
--- a/dev-python/reno/reno-4.0.0.ebuild
+++ b/dev-python/reno/reno-4.0.0.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
@@ -30,6 +30,7 @@ RDEPEND="
 BDEPEND="
        dev-python/pbr[${PYTHON_USEDEP}]
        test? (
+               dev-python/fixtures[${PYTHON_USEDEP}]
                >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
        )
 "

Reply via email to