commit: 544c70d41f0f37953aadb1c17c4dcca14b79bda1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 24 11:20:50 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 24 12:58:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544c70d4
dev-python/grpcio-status: Add test-dep on coverage Closes: https://bugs.gentoo.org/942048 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild index 42d69cb4f7ca..b914fe852d6b 100644 --- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild +++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild @@ -31,6 +31,11 @@ RDEPEND=" <dev-python/protobuf-python-6[${PYTHON_USEDEP}] >=dev-python/protobuf-python-5.26.1[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest
