diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-29 11:11:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-29 11:24:49 +0100 |
commit | 73845677043c6b8c37d1d7a2f328fb61214aa274 (patch) | |
tree | 5a999dc21b59992e5c3e94f6da6312cb6a649c80 /dev-python | |
parent | net-vpn/vpnc: add 0.5.3_p20240129 (diff) | |
download | gentoo-73845677043c6b8c37d1d7a2f328fb61214aa274.tar.gz gentoo-73845677043c6b8c37d1d7a2f328fb61214aa274.tar.bz2 gentoo-73845677043c6b8c37d1d7a2f328fb61214aa274.zip |
dev-python/reno: Add dev-python/fixtures test dep
Closes: https://bugs.gentoo.org/923232
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/reno/reno-4.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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}] ) " |