Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/
Date: Sat, 14 Sep 2019 20:55:49
Message-Id: 1568494478.74eca06366f61ba2975ed0a0e56b00cc50de719b.mattst88@gentoo
1 commit: 74eca06366f61ba2975ed0a0e56b00cc50de719b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 20:27:40 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 20:54:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eca063
7
8 dev-python/fs: Add test dependencies
9
10 Confusingly, these are actually imported by pyftpdlib's test module, but
11 let's depend on them here so that they aren't required to be kept
12 installed when pyftpdlib is installed.
13
14 Closes: https://bugs.gentoo.org/694370
15 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
16
17 dev-python/fs/fs-2.4.9.ebuild | 2 ++
18 1 file changed, 2 insertions(+)
19
20 diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild
21 index 24cbad85b70..a30c5ed47c0 100644
22 --- a/dev-python/fs/fs-2.4.9.ebuild
23 +++ b/dev-python/fs/fs-2.4.9.ebuild
24 @@ -30,6 +30,8 @@ DEPEND="${RDEPEND}
25 dev-python/nose[${PYTHON_USEDEP}]
26 dev-python/mock[${PYTHON_USEDEP}]
27 dev-python/pyftpdlib[${PYTHON_USEDEP}]
28 + dev-python/psutil[${PYTHON_USEDEP}]
29 + dev-python/unittest2[${PYTHON_USEDEP}]
30 )"
31
32 python_test() {