commit: 6a7838136de2e27c69bdf7a35c4be574f5b42996 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 17 05:07:57 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 17 06:25:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a783813
dev-python/zipp: Add missing dev-python/jaraco-test dep Closes: https://bugs.gentoo.org/932002 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/zipp/zipp-3.18.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/zipp/zipp-3.18.2.ebuild b/dev-python/zipp/zipp-3.18.2.ebuild index f1e7c1550400..4c2c0b9b1eb8 100644 --- a/dev-python/zipp/zipp-3.18.2.ebuild +++ b/dev-python/zipp/zipp-3.18.2.ebuild @@ -24,6 +24,7 @@ BDEPEND=" test? ( dev-python/jaraco-functools[${PYTHON_USEDEP}] dev-python/jaraco-itertools[${PYTHON_USEDEP}] + dev-python/jaraco-test[${PYTHON_USEDEP}] dev-python/more-itertools[${PYTHON_USEDEP}] ) "
