diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-03 14:58:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-03 16:11:11 +0200 |
commit | 3f55753af32d23c19e343015c8dcf006ea9bb985 (patch) | |
tree | f7a5dda59b0b6f3694219ce9c7ee2b7cc08b66b5 /dev-python/suds-community | |
parent | mail-client/mutt-2.2.4: version bump (diff) | |
download | gentoo-3f55753af32d23c19e343015c8dcf006ea9bb985.tar.gz gentoo-3f55753af32d23c19e343015c8dcf006ea9bb985.tar.bz2 gentoo-3f55753af32d23c19e343015c8dcf006ea9bb985.zip |
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>
Diffstat (limited to 'dev-python/suds-community')
-rw-r--r-- | dev-python/suds-community/suds-community-1.1.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 |