summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-08-09 09:47:49 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-08-09 10:13:57 +0300
commite9b32a10bca2ec9d88753f638a18a16ad7ed1c04 (patch)
treeb27e8539a0832801226c866093d9e647f1168ad3 /mail-client
parentmail-client/alot: enable python-3.8 for 0.9.1 (diff)
downloadgentoo-e9b32a10bca2ec9d88753f638a18a16ad7ed1c04.tar.gz
gentoo-e9b32a10bca2ec9d88753f638a18a16ad7ed1c04.tar.bz2
gentoo-e9b32a10bca2ec9d88753f638a18a16ad7ed1c04.zip
mail-client/alot: remove unnecessary restrictions
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/alot/alot-0.9.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail-client/alot/alot-0.9.1.ebuild b/mail-client/alot/alot-0.9.1.ebuild
index 7e24fe270546..56188e6ceffa 100644
--- a/mail-client/alot/alot-0.9.1.ebuild
+++ b/mail-client/alot/alot-0.9.1.ebuild
@@ -23,17 +23,17 @@ RDEPEND="
dev-python/python-magic[${PYTHON_USEDEP}]
dev-python/urwid[${PYTHON_USEDEP}]
dev-python/urwidtrees[${PYTHON_USEDEP}]
- >=dev-python/twisted-18.4[${PYTHON_USEDEP}]
+ dev-python/twisted[${PYTHON_USEDEP}]
net-mail/mailbase
- <net-mail/notmuch-0.30[crypt,python,${PYTHON_USEDEP}]
+ net-mail/notmuch[crypt,python,${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
- "
+"
PATCHES=(
"${FILESDIR}/0.9-0001-remove-non-working-test.patch"
- )
+)
distutils_enable_tests unittest