dev-python/suds-community: Add missing test dep on six

Closes: https://bugs.gentoo.org/842423
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-03 14:58:40 +02:00
parent d4b20fb45a
commit 3f55753af3

View File

@@ -22,4 +22,10 @@ KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
DOCS=( README.md notes/. )
BDEPEND="
test? (
dev-python/six[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest