From 3f55753af32d23c19e343015c8dcf006ea9bb985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 3 May 2022 14:58:40 +0200 Subject: [PATCH] dev-python/suds-community: Add missing test dep on six MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/842423 Signed-off-by: Michał Górny --- 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 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