commit:     a8aa9e3b663bd746b031972a63cdd87f5690eec1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 12:24:19 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 22 15:27:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8aa9e3b

dev-python/zlib-ng: Add missing dep on dev-python/test

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/zlib-ng/zlib-ng-0.5.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/zlib-ng/zlib-ng-0.5.1.ebuild 
b/dev-python/zlib-ng/zlib-ng-0.5.1.ebuild
index 2dd282d12990..7ce2e2a7b39c 100644
--- a/dev-python/zlib-ng/zlib-ng-0.5.1.ebuild
+++ b/dev-python/zlib-ng/zlib-ng-0.5.1.ebuild
@@ -34,6 +34,11 @@ DEPEND="
 RDEPEND="
        ${DEPEND}
 "
+BDEPEND="
+       test? (
+               dev-python/test[${PYTHON_USEDEP}]
+       )
+"
 
 EPYTEST_XDIST=1
 distutils_enable_tests pytest

Reply via email to