commit: 9ac33e4a5506fa8fd4c190eea5996ee2a9739855 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Mon Dec 4 00:00:14 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 04:20:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac33e4a
mail-client/alot: drop outdated dependency on mock It was dropped upstream in 0.9 in favor of the stdlib unittest.mock: https://github.com/pazz/alot/commit/9c32f8a28c0e555537ee0c8236e099a6990dacbc Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> mail-client/alot/alot-0.10.ebuild | 5 +---- mail-client/alot/alot-9999.ebuild | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mail-client/alot/alot-0.10.ebuild b/mail-client/alot/alot-0.10.ebuild index 0b8379627d15..5f7b634eb2d8 100644 --- a/mail-client/alot/alot-0.10.ebuild +++ b/mail-client/alot/alot-0.10.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -34,9 +34,6 @@ RDEPEND=" " BDEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) " PATCHES=( diff --git a/mail-client/alot/alot-9999.ebuild b/mail-client/alot/alot-9999.ebuild index 0b8379627d15..57916ba956be 100644 --- a/mail-client/alot/alot-9999.ebuild +++ b/mail-client/alot/alot-9999.ebuild @@ -34,9 +34,6 @@ RDEPEND=" " BDEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) " PATCHES=(
