Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/
Date: Sat, 29 Aug 2020 18:21:57
Message-Id: 1598725309.a96c1fa4f41c7d8400abea37ecd4c6b5a4728051.mgorny@gentoo
1 commit: a96c1fa4f41c7d8400abea37ecd4c6b5a4728051
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 17:40:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 18:21:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96c1fa4
7
8 dev-python/psutil: unittest2 is required for py2.7 now
9
10 Closes: https://bugs.gentoo.org/739500
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/psutil/psutil-5.7.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/psutil/psutil-5.7.2.ebuild b/dev-python/psutil/psutil-5.7.2.ebuild
17 index 9fd49a5a2ae..1a02f15f462 100644
18 --- a/dev-python/psutil/psutil-5.7.2.ebuild
19 +++ b/dev-python/psutil/psutil-5.7.2.ebuild
20 @@ -21,6 +21,7 @@ DEPEND="
21 $(python_gen_cond_dep '
22 dev-python/mock[${PYTHON_USEDEP}]
23 dev-python/ipaddress[${PYTHON_USEDEP}]
24 + dev-python/unittest2[${PYTHON_USEDEP}]
25 ' -2)
26 )
27 "