commit: a420a11e53734ebb2ec72c81646219dbb468669f
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 7 22:59:15 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 22:59:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a420a11e
dev-python/aiodns: remove erroneous test dep from unconditional bdeps
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/aiodns/aiodns-3.5.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/aiodns/aiodns-3.5.0.ebuild
b/dev-python/aiodns/aiodns-3.5.0.ebuild
index 3b1d7e8c3b03..07508add572d 100644
--- a/dev-python/aiodns/aiodns-3.5.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.5.0.ebuild
@@ -24,7 +24,9 @@ RESTRICT="test"
RDEPEND=">=dev-python/pycares-4.9.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
BDEPEND="
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ )
"
distutils_enable_tests pytest