diff --git a/dev-python/suds-community/suds-community-1.1.1.ebuild b/dev-python/suds-community/suds-community-1.1.1.ebuild index e006f502046a5..5edb87033f525 100644 --- a/dev-python/suds-community/suds-community-1.1.1.ebuild +++ b/dev-python/suds-community/suds-community-1.1.1.ebuild @@ -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