summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-03 19:00:14 -0500
committerMichał Górny <mgorny@gentoo.org>2023-12-05 05:20:40 +0100
commit9ac33e4a5506fa8fd4c190eea5996ee2a9739855 (patch)
treede62c01bc7c29b4044a8c88d78e806a50749288a /mail-client
parentdev-util/buildbot: drop outdated mock dependency (diff)
downloadgentoo-9ac33e4a5506fa8fd4c190eea5996ee2a9739855.tar.gz
gentoo-9ac33e4a5506fa8fd4c190eea5996ee2a9739855.tar.bz2
gentoo-9ac33e4a5506fa8fd4c190eea5996ee2a9739855.zip
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@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/alot/alot-0.10.ebuild5
-rw-r--r--mail-client/alot/alot-9999.ebuild3
2 files changed, 1 insertions, 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=(