commit: 839dbeffc85c234bbcff1739f9d51e610fac1715 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Oct 18 00:15:14 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 02:22:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839dbeff
dev-python/colorama: drop outdated test dep on mock It was modified upstream to use the stdlib unittest.mock: https://github.com/tartley/colorama/commit/4321bbfda9aa190acdad05eb901d3b59439f0ec9 But it was forgotten to sync that change back here once upstream released the change. Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/colorama/colorama-0.4.6.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/colorama/colorama-0.4.6.ebuild b/dev-python/colorama/colorama-0.4.6.ebuild index 2d71f3b0a289..751fdfcdc4c9 100644 --- a/dev-python/colorama/colorama-0.4.6.ebuild +++ b/dev-python/colorama/colorama-0.4.6.ebuild @@ -23,12 +23,6 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="examples" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - distutils_enable_tests pytest python_install_all() {
