summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-25 11:10:38 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-25 11:10:57 -0700
commitebe5bb74574a84a4d7b795183d6c1185a7d19827 (patch)
treeb9aca578e15c18fe11e3c311c88bca1acbd23b5f /net-mail/notmuch
parentnet-mail/ezmlm-idx: fix build with gcc10 (diff)
downloadgentoo-ebe5bb74574a84a4d7b795183d6c1185a7d19827.tar.gz
gentoo-ebe5bb74574a84a4d7b795183d6c1185a7d19827.tar.bz2
gentoo-ebe5bb74574a84a4d7b795183d6c1185a7d19827.zip
net-mail/notmuch: QA fix DISTUTILS_USE_SETUPTOOLS warning
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r--net-mail/notmuch/notmuch-0.31.3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild
index e6d8d047fd86..9e7e89f755bf 100644
--- a/net-mail/notmuch/notmuch-0.31.3.ebuild
+++ b/net-mail/notmuch/notmuch-0.31.3.ebuild
@@ -4,6 +4,7 @@
EAPI=7
DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_SETUPTOOLS=manual
NEED_EMACS="24.1"
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
@@ -39,6 +40,7 @@ BDEPEND="
sys-apps/texinfo
)
python? (
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
)
"