commit: 3f55753af32d23c19e343015c8dcf006ea9bb985 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 3 12:58:40 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 3 14:11:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f55753a
dev-python/suds-community: Add missing test dep on six Closes: https://bugs.gentoo.org/842423 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/suds-community/suds-community-1.1.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) 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 e006f502046a..5edb87033f52 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
