diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-08 10:51:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-08 10:51:40 +0200 |
commit | 252689b7297d061807af6245b3a3c6d9dd147b7d (patch) | |
tree | 58f3ef6b2df6d4088fd8ad2c392724dd13e3e08f /dev-python/nltk | |
parent | xfce-extra/xfce4-pulseaudio-plugin: require pulseaudio[glib] (diff) | |
download | gentoo-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.ebuild | 1 |
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}] |