From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1111089-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A99E138334 for <garchives@archives.gentoo.org>; Sat, 14 Sep 2019 20:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F748E0876; Sat, 14 Sep 2019 20:55:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDD7CE0872 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Sep 2019 20:55:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7BBE34B19F for <gentoo-commits@lists.gentoo.org>; Sat, 14 Sep 2019 20:55:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29F917ED for <gentoo-commits@lists.gentoo.org>; Sat, 14 Sep 2019 20:55:44 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1568494478.74eca06366f61ba2975ed0a0e56b00cc50de719b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fs/fs-2.4.9.ebuild X-VCS-Directories: dev-python/fs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 74eca06366f61ba2975ed0a0e56b00cc50de719b X-VCS-Branch: master Date: Sat, 14 Sep 2019 20:55:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 512ad63f-7c6d-4721-a635-da5cfe64ef36 X-Archives-Hash: 6a84cc4ddfbf7b4ac2ab9eb98f5d2172 commit: 74eca06366f61ba2975ed0a0e56b00cc50de719b Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Sep 14 20:27:40 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Sep 14 20:54:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eca063 dev-python/fs: Add test dependencies Confusingly, these are actually imported by pyftpdlib's test module, but let's depend on them here so that they aren't required to be kept installed when pyftpdlib is installed. Closes: https://bugs.gentoo.org/694370 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-python/fs/fs-2.4.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild index 24cbad85b70..a30c5ed47c0 100644 --- a/dev-python/fs/fs-2.4.9.ebuild +++ b/dev-python/fs/fs-2.4.9.ebuild @@ -30,6 +30,8 @@ DEPEND="${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pyftpdlib[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] )" python_test() {