commit:     a96c1fa4f41c7d8400abea37ecd4c6b5a4728051
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 17:40:02 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 18:21:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96c1fa4

dev-python/psutil: unittest2 is required for py2.7 now

Closes: https://bugs.gentoo.org/739500
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/psutil/psutil-5.7.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/psutil/psutil-5.7.2.ebuild 
b/dev-python/psutil/psutil-5.7.2.ebuild
index 9fd49a5a2ae..1a02f15f462 100644
--- a/dev-python/psutil/psutil-5.7.2.ebuild
+++ b/dev-python/psutil/psutil-5.7.2.ebuild
@@ -21,6 +21,7 @@ DEPEND="
                $(python_gen_cond_dep '
                        dev-python/mock[${PYTHON_USEDEP}]
                        dev-python/ipaddress[${PYTHON_USEDEP}]
+                       dev-python/unittest2[${PYTHON_USEDEP}]
                ' -2)
        )
 "

Reply via email to