summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-03 10:42:18 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-03 10:42:49 +0200
commit9c6f5380447204d640d2257643dc6167486d6235 (patch)
tree4ec53fc58b139ff0ba66dd6487a53ed42583ebbe
parentdev-python/untangle: Add defusedxml dep (diff)
downloadgentoo-9c6f5380447204d640d2257643dc6167486d6235.tar.gz
gentoo-9c6f5380447204d640d2257643dc6167486d6235.tar.bz2
gentoo-9c6f5380447204d640d2257643dc6167486d6235.zip
dev-python/logutils: Add a test dep on redis-py
Closes: https://bugs.gentoo.org/856082 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/logutils/logutils-0.3.5-r1.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/logutils/logutils-0.3.5-r1.ebuild b/dev-python/logutils/logutils-0.3.5-r1.ebuild
index a16f629634b3..24b9b637cd2c 100644
--- a/dev-python/logutils/logutils-0.3.5-r1.ebuild
+++ b/dev-python/logutils/logutils-0.3.5-r1.ebuild
@@ -16,6 +16,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
+BDEPEND="
+ test? (
+ dev-python/redis-py[${PYTHON_USEDEP}]
+ )
+"
+
distutils_enable_tests unittest
python_test() {