summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-08 10:51:25 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-08 10:51:40 +0200
commit252689b7297d061807af6245b3a3c6d9dd147b7d (patch)
tree58f3ef6b2df6d4088fd8ad2c392724dd13e3e08f /dev-python/nltk
parentxfce-extra/xfce4-pulseaudio-plugin: require pulseaudio[glib] (diff)
downloadgentoo-252689b7297d061807af6245b3a3c6d9dd147b7d.tar.gz
gentoo-252689b7297d061807af6245b3a3c6d9dd147b7d.tar.bz2
gentoo-252689b7297d061807af6245b3a3c6d9dd147b7d.zip
dev-python/nltk: Add pytest-mock dep
Closes: https://bugs.gentoo.org/781029 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nltk')
-rw-r--r--dev-python/nltk/nltk-3.6.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/nltk/nltk-3.6.1.ebuild b/dev-python/nltk/nltk-3.6.1.ebuild
index ad969214c4bc..d03c61527233 100644
--- a/dev-python/nltk/nltk-3.6.1.ebuild
+++ b/dev-python/nltk/nltk-3.6.1.ebuild
@@ -30,6 +30,7 @@ BDEPEND="
>=dev-python/nltk-data-20200312-r1
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/twython[${PYTHON_USEDEP}]
sci-libs/scikit-learn[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]