dev-python/python-lzo: Add pkg-resources test dep

Closes: https://bugs.gentoo.org/978315
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-15 13:20:12 +02:00
parent 1070de85c2
commit 846bb498bc

View File

@@ -26,6 +26,11 @@ DEPEND="
RDEPEND="
${DEPEND}
"
BDEPEND="
test? (
dev-python/pkg-resources[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest