dev-python/kafka-python: add test dependency on dev-python/mock

Closes: https://bugs.gentoo.org/806136
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21858
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-08-02 08:54:12 +03:00
committed by Michał Górny
parent 381daeecad
commit c19f95d0ce

View File

@@ -19,6 +19,7 @@ RDEPEND="dev-python/xxhash[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/lz4[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/snappy[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]