From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8456158086 for ; Sun, 28 Nov 2021 19:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A2C2BC017; Sun, 28 Nov 2021 19:33:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEA052BC017 for ; Sun, 28 Nov 2021 19:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1126342D16 for ; Sun, 28 Nov 2021 19:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 960921DC for ; Sun, 28 Nov 2021 19:33:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1638128005.8cded66814c458f1e15a3eccb29463cc91a3043d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nltk/nltk-3.6.5.ebuild X-VCS-Directories: dev-python/nltk/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8cded66814c458f1e15a3eccb29463cc91a3043d X-VCS-Branch: master Date: Sun, 28 Nov 2021 19:33:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5059b5e1-79a8-451c-b8de-5d8f4d6e832a X-Archives-Hash: f42ad7b9e132b35801de882da22e41ca commit: 8cded66814c458f1e15a3eccb29463cc91a3043d Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Nov 28 19:33:21 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Nov 28 19:33:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cded668 dev-python/nltk: add missing test dep Closes: https://bugs.gentoo.org/827739 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/nltk/nltk-3.6.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nltk/nltk-3.6.5.ebuild b/dev-python/nltk/nltk-3.6.5.ebuild index b706aa229c71..47d58c68ee97 100644 --- a/dev-python/nltk/nltk-3.6.5.ebuild +++ b/dev-python/nltk/nltk-3.6.5.ebuild @@ -33,6 +33,7 @@ BDEPEND=" dev-python/twython[${PYTHON_USEDEP}] sci-libs/scikit-learn[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] )" PDEPEND="dev-python/nltk-data"