summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-02 15:18:53 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-05 10:41:29 +0200
commitfdcbc76bc16e47bee1be8747bc8ae071a4cb4773 (patch)
tree0baea3f9e539cd1ef3fcd8e186df150550ca7388 /dev-python/commentjson
parentdev-python/test: Add a virtual for Python "test" module (diff)
downloadgentoo-fdcbc76bc16e47bee1be8747bc8ae071a4cb4773.tar.gz
gentoo-fdcbc76bc16e47bee1be8747bc8ae071a4cb4773.tar.bz2
gentoo-fdcbc76bc16e47bee1be8747bc8ae071a4cb4773.zip
dev-python/commentjson: Depend on dev-python/test
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/commentjson')
-rw-r--r--dev-python/commentjson/commentjson-0.9.0-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 8f0be216f15a..4ea753abf16f 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/six[${PYTHON_USEDEP}]
+ dev-python/test[${PYTHON_USEDEP}]
)
"