diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-02 15:18:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-05 10:41:29 +0200 |
commit | fdcbc76bc16e47bee1be8747bc8ae071a4cb4773 (patch) | |
tree | 0baea3f9e539cd1ef3fcd8e186df150550ca7388 /dev-python/commentjson | |
parent | dev-python/test: Add a virtual for Python "test" module (diff) | |
download | gentoo-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.ebuild | 1 |
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}] ) " |